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

Thomas Wiecki thomas.wiecki at gmail.com
Mon Jul 7 12:57:54 EDT 2014


OK, that seems to work. I copy&pasted the EchoKernel example but it seems
to stall (cell id turns to * and stays that way). Any way I can debug this?
print's don't seem to get shown.


On Mon, Jul 7, 2014 at 6:48 PM, Thomas Kluyver <takowl at gmail.com> wrote:

> 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']"
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>


-- 
Thomas Wiecki
PhD candidate, Brown University
Quantitative Researcher, Quantopian Inc, Boston
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140707/74754261/attachment.html>


More information about the IPython-dev mailing list