[IPython-dev] Static code analysis of IPython Notebook cell

Thomas Kluyver takowl at gmail.com
Mon Jul 7 12:48:43 EDT 2014


On 7 July 2014 11:41, Thomas Wiecki <thomas.wiecki at gmail.com> wrote:

> Once I have the kernel.json, how can I launch an IPython NB with this new
> kernel? Couldn't find a way to link to the json file.


That part's not implemented yet - once it is, there will be a dropdown menu
in the notebook UI to select kernels. For now, you need to start the
notebook server with a long command like this:

ipython notebook --KernelManager.kernel_cmd="['python', '-m', 'my_module']"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140707/64d6786b/attachment.html>


More information about the IPython-dev mailing list