Inspiration is this question 
<http://stackoverflow.com/questions/28090998/display-results-form-python-execution-in-markdown-cell-of-a-ipython-notebook>
 
and this PR <https://github.com/sympy/sympy_gamma/pull/32> (this is a kind 
of hack and should not be merged)
I want to implement ipython notebook integration in Sympy so that:
1) the user can easily use notebook's feature with Sympy
2) We can implement further parameters and animations in plotting specific 
to notebook.
3) Gamma can also use that API to export the result to Ipython notebook.
and who know maybe we want to replace the Gamma's result with notebook.
There can be future developments with this.

this can be used 
<http://stackoverflow.com/questions/23292242/converting-to-not-from-ipython-notebook-format>
 
to implement and thus, should not be difficult. I can use and extend (if 
required) this <http://docs.sympy.org/0.7.1/modules/utilities/codegen.html> 
and use nbconvert to convert it to notebook's format.
first question, should I do this? If yes then, how it should be 
implemented. I mean should it be like ``sympify``  so that any result can 
be open in notebook or should it be specific to plotting? 
I would like to hear what you guys think?
Thanks

-- 
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 http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/4ea19734-b3d1-4a97-ae3a-b9c3fc48c7aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to