--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/29548d80-42a0-4446-a594-861ecf37503a%40googlegroups.com.
It may be hard to integrate the tools you have devised into Jupyter.
For SymPy, there is a javascript library that transforms SymPy's LaTeX printer into well-formatted HTML. It would be great if someone could add javascript actions to the generated HTML to perform manual editing.
I am not familiar with their code, but I strongly suggest to go the Jupyter way.
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVDnEEqCRsGLHEtUeV5Qy2MKCRbvQVg7cvRztLPJiz0qsQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVD%3DQ5QcOkKSQSC4v1z_UCkTdTupYw611Woi%2BAR3H-BUdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAC%2BH8-HOvYTVGaa9AbQueA5quT0Noe75JGXaMfF9VLYtkuS-kQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/759aeadb-4d93-4322-b00c-ea22f491b106%40googlegroups.com.
I think that creating a formula input widget for Jupyter would be a solid project to work on for GSoC. That would open up a lot of possibilities.
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/935ba450-304a-4004-b3cb-84bef262244b%40googlegroups.com.
Here is something I have thought about the widget.
1. user will input the expression using mathquill
2. and mathquill will generate the corresponding latex expression.
3. latex expression should be then converted to sympy expression.
I was able to use mathquill inside jupyter notebook using html & javascript.
Here is the code.
http://nbviewer.jupyter.org/gist/hiamandeep/52ccdce87c40fb021048
So, If I skip the latex part then what should be my approach to convert text in input area to sympy expression?
If I am able to convert the latex expression to MathML.Will it be easier to parse MathML to sympy expression?
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/038b8b99-ab2c-46b5-bc2f-a0e244a4813d%40googlegroups.com.
Start a draft proposal.
Students who receive feedback on their proposals early end up with better proposals and are more likely to get accepted. Make sure you read SymPy's "How to work with us" for proposal prerequisites and requirements.
In step 2 you will give it a title and write an abstract.
Your proposal will not be shared with SymPy until you click "READY FOR REVIEW" in step 3.
Upload a final PDF which SymPy will see after the deadline.close
Someone Please Suggest Improvements in my proposal!
Here is the link: https://docs.google.com/document/d/131CWPgtupa5hG4GvJJF1ruKHz9QPgwhd72 wkRPkY4Cw/edit?usp=sharing
Hi Everyone,
I was finally able to integrate mathquill with latex2sympy in the Jupyter notebook.
Here is a screenshot showing a Mathematical equation entered in mathquill and its latex is grabbed by pressing the set value and passed to process_sympy function to show the equivalent sympy expression.
Here is the code: http://nbviewer.jupyter.org/gist/hiamandeep/9ac3c1d44b63259a9ebf
Please give suggestions.
Hello
As a teacher in a high school, I think that a non modal window would be really useful.
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/82cdf783-d10d-49fa-9ff9-be5858ba9c67%40googlegroups.com.