[IPython-dev] Making small kernels just got easier

Thomas Kluyver takowl at gmail.com
Wed Jul 2 18:49:10 EDT 2014


On 2 July 2014 14:20, Cyrille Rossant <cyrille.rossant at gmail.com> wrote:

> Can it work in the notebook?


It can, but it will be better by the time IPython 3 is released.

At present, the notebook is only aware of one type of kernel, so you have
to start it up with a long command line option like this:

ipython notebook --KernelManager.kernel_cmd="['python','-m','echokernel', '
-f', '{connection_file}']"

Soon, this will be unnecessary: the notebook UI will have a list of
available kernels to pick from. I'm working on the next step for this in a
PR:
https://github.com/ipython/ipython/pull/6026

Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140702/0f106dd6/attachment.html>


More information about the IPython-dev mailing list