[IPython-dev] In-process kernel

MinRK benjaminrk at gmail.com
Tue May 22 17:21:26 EDT 2012


On Tue, May 22, 2012 at 2:10 PM, Thomas Kluyver <takowl at gmail.com> wrote:

> On 22 May 2012 19:46, MinRK <benjaminrk at gmail.com> wrote:
> > The kernel has the ability to integrate into the Qt eventloop with %gui
> qt.
> >  Why shouldn't this enable both happily residing in the Qt loop without
> > resorting to threads?
>
> As I understand it, this integration will still block the event loop
> if you run a command that takes a long time in the kernel.
>

Ah, right.

I would say that this is a normal, expected behavior, and the first stab
should just run everything in a single Qt loop.

-MinRK


>
> Thomas
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20120522/5a9c1da8/attachment.html>


More information about the IPython-dev mailing list