@MinRK this is definitely something that could be implemented in clrmagic. Looks like rpy2 R-magic for IPython is the most powerful magic.
On Thu, Sep 15, 2016 at 8:34 AM, MinRK <[email protected]> wrote: > On Thu, Sep 15, 2016 at 3:20 PM, Denis Akhiyarov < > [email protected]> wrote: > > Can you provide any example of "graphical output" with any current >> language cell magics written for IPython kernel? >> > rpy2 provides > <https://bitbucket.org/rpy2/rpy2/src/981d1c6e1260ca5d65c2af8bbd1c3f716e904397/rpy/ipython/rmagic.py?at=default&fileviewer=file-view-default> > the %%R magic, which handles plotting. > > -MinRK > > >> >> On Wednesday, September 14, 2016 at 11:07:00 PM UTC-5, Lawrence >> D’Oliveiro wrote: >>> >>> On Wednesday, September 14, 2016 at 4:40:04 PM UTC+12, Denis Akhiyarov >>> wrote: >>> >>> But sometimes using Python and C# in separate kernels is not >>>> very convenient. >>>> >>> >>> It’s a tradeoff: a kernel can maintain context across cells, but a magic >>> makes it easy to mix different languages in a notebook. >>> >>> >>>> Currently the source code is hosted here: >>>> >>>> https://github.com/denfromufa/clrmagic >>>> >>>> >>>> Have you thought of adding the option for graphical output? Or even >>> Markdown or HTML output? >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Project Jupyter" 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]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/jupyter/6ad11b61-4f02-47e0-929a-955dc5ab890e%40googlegroups.com >> <https://groups.google.com/d/msgid/jupyter/6ad11b61-4f02-47e0-929a-955dc5ab890e%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 a topic in the > Google Groups "Project Jupyter" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/jupyter/Wy7LnDF4O_Q/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/CAHNn8BW8nDqLwOw%3DBzSYf2Uendaq9Gmo% > 3D5wwVGwcaABppSZBMQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jupyter/CAHNn8BW8nDqLwOw%3DBzSYf2Uendaq9Gmo%3D5wwVGwcaABppSZBMQ%40mail.gmail.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 "Project Jupyter" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CALxxJLTnSm%2BaNV5%2B4tBfYV%2ByS6%3DEZVzMRvW6Ld8_GMCOqJ00Wg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
