[sympy] GSoC 2013: Equation editor

2013-04-28 Thread Alexander Gudulin
Hi everybody, My name is Alexander Gudulin, I am a second year student at Saint Petersburg State University, Russia. I'm interested in solving Equation editor problem. Wiki says it would be great to discuss this idea with you guys. Have you got any additional thoughts about the problem or

Re: [sympy] GSoC 2013: Equation editor

2013-04-28 Thread Aaron Meurer
It's fairly open ended, in that you'll need to come up with most of it yourself (we haven't thought too hard about it). You should probably focus on the IPython notebook. Aaron Meurer On Sun, Apr 28, 2013 at 2:40 PM, Alexander Gudulin alexandr.gudu...@gmail.com wrote: Hi everybody, My name is

Re: [sympy] GSoC 2013: Equation editor

2013-04-28 Thread Chris Smith
I wonder if the desmos editor could be used to do this. Perhaps code that communicates between sympy and a web page? https://www.desmos.com/frontpage?utm_expid=43664205-2 -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this group

Re: [sympy] GSoC 2013: Equation editor

2013-04-28 Thread Aaron Meurer
Maybe I missed it, but can that even be used as a library? It looks like it is all closed source, and stuck within its own ecosystem. But I agree that if you can find an already existing equation editor that can be hooked up to SymPy that that would be a good alternative to writing one from