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

Thomas Kluyver takowl at gmail.com
Mon Jul 7 21:46:32 EDT 2014


Sorry, I gave an incomplete command in my previous link. kernel_cmd should
be the same sequence of arguments you wrote in the kernel.json file,
including the all-important {connection_file} parameter, which is replaced
with the path to the connection file:

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




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

> Sounds good -- let me know. Thanks for the help.
>
>
> On Mon, Jul 7, 2014 at 10:32 PM, Fernando Perez <fperez.net at gmail.com>
> wrote:
>
>>
>> On Mon, Jul 7, 2014 at 3:26 PM, Thomas Wiecki <thomas.wiecki at gmail.com>
>> wrote:
>>
>>> OK, after the fix the echo kernel works in console but the NB still
>>> stalls with [*]. Any pointers?
>>
>>
>>  I can replicate the problem with the nb, but at least now the text
>> console `ipython console` and the qtconsole do work.
>>
>> Perhaps you can move forward with either of those, while we sort out
>> what's going on with the nb...
>>
>> f
>>
>>
>> --
>> Fernando Perez (@fperez_org; http://fperez.org)
>> fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)
>> fernando.perez-at-berkeley: contact me here for any direct mail
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140707/b9737042/attachment.html>


More information about the IPython-dev mailing list