[IPython-dev] Runtime Console Using IPython

Fernando Perez fperez.net at gmail.com
Sat Aug 30 22:50:30 EDT 2014


Hi Ivan,

On Sat, Aug 30, 2014 at 6:36 PM, Ivan Zhang <mirage007 at gmail.com> wrote:

> Hi All,
>
> As a way to familiarize myself with IPython, I wrote a simple tool that
> allows an IPython Kernel to be run as part of a thread, effectively
> creating a way to remotely monitor and change the state of a running
> application in real time.
>

Great! Thanks for sharing that... I'm sorry that I haven't looked at your
code in detail, but along those lines, I thought at least it would be
useful to point you to these examples:

https://github.com/ipython/ipython/tree/master/examples/Embedding

They illustrate how to embed a kernel in a process that may have its own
event loop (Qt and Wx provided), and how to connect to it from an external
Qt console, with both the Qt console and the GUI controls manipulating the
same namespace.

It's a different take on the same kind of ideas, and you may find it useful.

Cheers

f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140830/1a645eaf/attachment.html>


More information about the IPython-dev mailing list