<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 2 July 2014 14:20, Cyrille Rossant <span dir="ltr"><<a href="mailto:cyrille.rossant@gmail.com" target="_blank">cyrille.rossant@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can it work in the notebook?</blockquote></div><br></div><div class="gmail_extra">It can, but it will be better by the time IPython 3 is released.<br>

<br></div><div class="gmail_extra">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:<br><br>ipython notebook --KernelManager.kernel_cmd="<span class="">['</span><span class="">python'</span><span class="">,'</span><span class="">-m'</span><span class="">,'</span><span class="">echokernel'</span><span class="">,</span> '<span class="">-f'</span><span class="">, '</span><span class="">{connection_file}'</span><span class="">]</span>"<br>

<br></div><div class="gmail_extra">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:<br><a href="https://github.com/ipython/ipython/pull/6026">https://github.com/ipython/ipython/pull/6026</a><br>

<br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">Thomas<br></div></div>