[IPython-dev] embedding ipython kernel

Thomas Kluyver takowl at gmail.com
Wed Jul 13 18:20:17 EDT 2011


On 13 July 2011 23:15, Piotr Zolnierczuk <piotr.zolnierczuk at gmail.com>wrote:

>
> hardware <-- custom comm. --> [ my_interface_module, ipython_kernel]  <--
> ZMQ --> ipython_console
>

That design makes sense.

You can also make a profile for IPython to automatically load your modules,
or embed the interactive shell within your application, if the extra
communication layer isn't needed. The key advantage to using the kernel is
that it can keep running without any client open, and you can connect to the
session from different machines.

Best wishes,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110713/3efb21fe/attachment.html>


More information about the IPython-dev mailing list