Hi.

I have been looking to work on this since some time now. I did some 
googling to find the best possible alternatives. 

For entering math equations input like the Wolfram Alpha equation input, I 
managed to find these free, open source alternatives-:

1. Stack Edit - https://stackedit.io/ - which is one good choice. 

2. CK Editor - which provides an editor to add math equations - 
http://ckeditor.com/addon/mathedit

3. MathJax - https://www.mathjax.org/ - 

4. Mathquill - http://mathquill.com/ - as Francesco suggested above!

5. TexMacs - http://texmacs.org/tmweb/home/welcome.en.html

6. 
https://github.com/mathjax/MathJax-docs/wiki/List-of-web-based-math-editors - 
This link also gives some math based editors. 

We can use either of these for the equation input. 

Also, just as an alternative how about if we use Kivy - 
https://kivy.org/#home - to make the GUI. Many high level apps have been 
built using Kivy, so it would be relatively easier, as well as efficient, 
and moreover we could add more features to the GUI, if we use this. 
Although, I am not sure about, whether it has funds and all (that were 
discussed above in this thread). 

Ondrej, Your views on this?


On Thursday, 10 March 2016 14:55:05 UTC+5:30, Francesco Bonazzi wrote:
>
> I had some googling around. This one looks interesting:
>
> http://mathquill.com/
>
> Their source code is on github:
>
> https://github.com/mathquill/mathquill
>
> They use the Mozilla Public License.
>
> What could be done:
>
>    - integrate it in an IPython widget.
>    - figure out a way to convert the Javascript data-structure expression 
>    to a 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+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@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/6dd49129-09d7-47ef-992b-ae1fda07c435%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to