@Doug, it looks like metakernel-based kernels are full-featured kernels for languages other than CPython. But clrmagic is just a magic language cell to embed .NET (CLR) languages in CPython/IPython using pythonnet. Metakernel should definitely be helpful to icsharp that I linked before.
On Thu, Sep 15, 2016 at 8:32 AM, Doug Blank <[email protected]> wrote: > On Thu, Sep 15, 2016 at 9:20 AM, Denis Akhiyarov < > [email protected]> wrote: > >> Can you provide any example of "graphical output" with any current >> language cell magics written for IPython kernel? >> > > Depending on how your kernel is written, you might have to use the file > system, like matlab or the octave kernels: > > https://github.com/Calysto/matlab_kernel/blob/master/ > matlab_kernel/kernel.py#L79 > > https://github.com/Calysto/octave_kernel/blob/master/ > octave_kernel/kernel.py#L106 > > If your kernel can use the kernel wrapper, you might also want to look at > basing your kernel on MetaKernel, to get additional, common magics, shell, > etc: > > https://github.com/Calysto/metakernel > > -Doug > > > -- > 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/CAAusYChMFT2eQiG21F8t7Tu%2BxKVrFOpR%2BchMyL4PFvs9CTM4% > 3Dw%40mail.gmail.com > <https://groups.google.com/d/msgid/jupyter/CAAusYChMFT2eQiG21F8t7Tu%2BxKVrFOpR%2BchMyL4PFvs9CTM4%3Dw%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/CALxxJLQyg2xDFVGN8v1uZE-XgPDSd-v3OZ8-Z3HYNvPXvoWZeQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
