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 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/CAAusYChMFT2eQiG21F8t7Tu%2BxKVrFOpR%2BchMyL4PFvs9CTM4%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
