<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 17 April 2015 at 16:47, Ruslan Korniichuk <span dir="ltr"><<a href="mailto:paad.ruslan.korniichuk@gmail.com" target="_blank">paad.ruslan.korniichuk@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"><div><span style="font-size:12.8px">1. I can work with remote kernels, but because I changed </span><span style="font-size:12.8px">c.KernelManager.ip</span><span style="font-size:12.8px">  in ipython_notebook_config.py Jupyter Notebook can't work with local kernels. Please tell me ideas how I can use, in one Jupyter Notebook, local and remote kernels (change kernel from local to remote). Maybe I can change IP address not only in ipython_notebook_config.py?</span></div></blockquote><div><br></div><div>I think there are two possibilities: either provide a kernel manager that knows about both local and remote kernels, or write kernelspecs that can start a kernel remotely and tunnel the local ZMQ sockets to it.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span style="font-size:12.8px"></span><span style="font-size:12.8px"></span></div><div><span style="font-size:12.8px">3. Where I can read information about new architecture of Jupyter, for example, I tried find manager.py file on Jupyter resources but failed:(</span></div></blockquote><div><br></div><div>The architecture is still basically the same, but we have split the components up more. That file is now part of the jupyter_client repository:<br><br><a href="https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/manager.py">https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/manager.py</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span style="font-size:12.8px">4. What about python2 kernel if I installed Jyputer Notebook like this:</span></div><div><div><span style="font-size:12.8px">$ sudo apt-get install python3-pip</span></div><div><span style="font-size:12.8px">$ ipytsudo pip3 install "ipython[notebook]"</span></div></div><div><span style="font-size:12.8px">Is it possible? I tried change kernel.json (from /usr/bin/python3 to /usr/bin/python). It is does not work:</span></div><div><span style="font-size:12.8px"><div>ERROR: /usr/bin/python: IPython.kernel.zmq requires pyzmq >= 13; 'IPython.kernel' is a package and cannot be directly executed</div></span></div></blockquote></div><br></div><div class="gmail_extra">In order to get a Python 2 kernel, you will need to install IPython on Python 2 as well, and then run `ipython2 kernelspec install-self`.<br><br></div><div class="gmail_extra">Thomas<br></div><div class="gmail_extra"><br></div></div>