[IPython-dev] embedding ipython kernel

MinRK benjaminrk at gmail.com
Wed Jul 13 17:10:58 EDT 2011


On Wed, Jul 13, 2011 at 16:00, Piotr Zolnierczuk
<piotr.zolnierczuk at gmail.com> wrote:
> Another followup from Fernando's talk @scipy2011: how hard would it be to
> embed ipython kernel in some other app?
> My use case is hardware (experiment) control with embedded kernel that I
> would like to access from various clients.

This shouldn't be difficult.  The code to instantiate an ipython
kernel is in IPython.zmq.ipkernel

We don't have an embed method for it at the moment, but it should not
be difficult to write such a thing with the existing organization.

> Piotr
>
> --
>
> Piotr Adam Zolnierczuk
> e-mail: piotr at zolnierczuk.net
> www:   http://www.zolnierczuk.net
> _____________________________________
> written on recycled electrons
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>



More information about the IPython-dev mailing list