Hey wouldn't it be great if the kernels could work on a cell level, so that different installed kernels can run in the same notebook, say bash, python, and javascript.
--
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 jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/3175adad-aa65-47f2-a601-c53d8dd627e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There are some options for doing this at the kernel level - e.g. in an IPython kernel there are extensions to let you use %%R and %%julia cell magics. Then there are things like the Script-of-Scripts kernel: https://github.com/vatlab/SOS .At the Jupyter level, however, the model is that one notebook has one kernel.
There's also a notebook project called Beaker which aims to support mixing languages in a notebook.
--On 13 November 2017 at 06:14, Joshua Marshall Moore <thwee.abacadabra.alchemist@gmail.com> wrote:Hey wouldn't it be great if the kernels could work on a cell level, so that different installed kernels can run in the same notebook, say bash, python, and javascript.--
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 jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/3175adad-aa65-47f2-a601-c53d8dd627e0%40googlegroups.com.
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 jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qiM15P2Yq3fj65khfvM3tia%3DEo9f-_cyBjbXXFijV8-tA%40mail.gmail.com.
Hey wouldn't it be great if the kernels could work on a cell level, so that different installed kernels can run in the same notebook, say bash, python, and javascript.