[IPython-dev] From Pyro to IPython/Jupyter
Thomas Kluyver
takowl at gmail.com
Wed Dec 2 08:51:36 EST 2015
On 2 December 2015 at 13:27, Frédéric Mantegazza <mantegazza at ill.fr> wrote:
> On the other hand, having the jupyter mecanism, and being able to start a
> session from one place, in a pure console, or in a qtconsole, them
> go back home and switch to a web-based console to continue to work from
> the same point is really great.
>
Note that our machinery doesn't make this very easy at present - e.g. the
notebook server only talks to kernels it started, so you can't create a
notebook and attach it to an existing kernel. And running a console or a qt
console with a kernel on another machine involves setting up SSH tunnels.
One simple thing you could do would be to run the notebook server itself on
the machine controlling the instrument - possibly under Jupyterhub, so
users have separate logins. But that's obviously quite a large service to
have running on a computer directly connected to important hardware.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20151202/8128b78f/attachment.html>
More information about the IPython-dev
mailing list