Re: From Pyro to IPython/Jupyter
Thomas Kluyver <[email protected]>
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAOvn4qj22HQ+_d-VN7mcgEyQ0Vbzj10kCD+DOyk6SWANd8nB5A@mail.gmail.com> |
On 2 December 2015 at 12:12, Frédéric Mantegazza <[email protected]> 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 _______________________________________________ IPython-dev mailing list [email protected] https://mail.scipy.org/mailman/listinfo/ipython-dev