Hi Developers, After doing a lot of online research, *I was finally able to make a widget of MathQuill input expression box for Jupyter notebook!!*
Ipython widgets use backbone.js (MVC framework). back-end widget code is written in python and front-end widget is written in js. I simply passed the sting containing the MathQuill Html & js code from backend to frontend, where it was rendered using jquery html function. while running the MyWidget python class there are some Deprecation Warning, have to figure out how to fix them. In the process I learned some new stuffs, like some backbone.js basics and brushed up my MVC (model view controller ) concepts. But, *the conversion from Mathquill to a sympy expression is yet left to do.* I am still figuring a way to make it work. Here is the link to the notebook code. http://nbviewer.jupyter.org/gist/hiamandeep/e337ca54e6ccf041fe81 Thanks. On Monday, 7 March 2016 21:56:51 UTC+5:30, Aman Deep wrote: > > Hello Developers, > > I am Aman Deep, a second year student studying Information Technology at > National Institute of Technology, Dugrapur, India. > > I am eager to work for Sympy this GSoC. > > I would like to make a *gui* interface for sympy for making it more user > friendly. I would like to use *Tkinter* module for it since it is > cross-platform and I already have experience with it. > > Please let me know, how should I proceed. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/2824bb32-1675-4675-8ad4-cee82ceb2607%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
