I want to implement a backend which will convert the result in ipython's notebook's format. We can convert python into the ipython notebook as this <http://stackoverflow.com/questions/23292242/converting-to-not-from-ipython-notebook-format> and we have a code generation backend from which we can get the python code for that expression.
On Wednesday, January 28, 2015 at 2:34:32 AM UTC+5:30, Aaron Meurer wrote: > > I'm a little unclear on what you are suggesting to do here. Can you give a > simple example of what it would look like? > > Aaron Meurer > > On Tue, Jan 27, 2015 at 6:27 AM, Sahil Shekhawat <[email protected] > <javascript:>> wrote: > >> 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] <javascript:>. >> To post to this group, send email to [email protected] <javascript:> >> . >> 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 >> >> <https://groups.google.com/d/msgid/sympy/4ea19734-b3d1-4a97-ae3a-b9c3fc48c7aa%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/46d7aa0e-be5a-48eb-9d48-e092cec32ec5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
