[IPython-dev] From Pyro to IPython/Jupyter

Thomas Kluyver takowl at gmail.com
Wed Dec 2 07:22:21 EST 2015


On 2 December 2015 at 12:12, Frédéric Mantegazza <mantegazza at ill.fr> wrote:

> So, the kernel can't be a specific application, but just an
> (python or other) execution environment ?
>

You could make a custom execution environment which only exposes a
particular set of commands relevant to e.g. controlling a mass
spectrometer. But broadly, a kernel is there to be the execution backend
for a user typing in code, not an RPC framework. If you're happy with the
way you use Pyro, you'd probably have to do quite a bit of work to
reimplement a similar interface on top of our kernel/client model.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20151202/29396c36/attachment.html>


More information about the IPython-dev mailing list