[IPython-dev] wxPython console

MinRK benjaminrk at gmail.com
Fri Nov 4 14:01:32 EDT 2011


A note regarding the InternalIPKernel example - it had fallen out of date
with recent changes to how we connect to kernels (files instead of explicit
ports).  It has been fixed.

On Fri, Nov 4, 2011 at 09:48, Fernando Perez <fperez.net at gmail.com> wrote:

> Hi,
>
> On Fri, Nov 4, 2011 at 5:05 AM, Emmanuel Bacry
> <emmanuel.bacry at polytechnique.fr> wrote:
> >
> > One more question : if I want to, will I be able to run matplotlib (non
> > blocking) from the InteractiveShell I am using ? Will it uses the wx main
> > loop I am using ?
>
> A few pointers:
>
> https://github.com/ipython/ipython/blob/master/IPython/lib/pylabtools.py
> https://github.com/ipython/ipython/blob/master/IPython/lib/inputhook.py
> https://github.com/ipython/ipython/blob/master/IPython/lib/inputhookwx.py
>
> This is the machinery used by IPython to interact with the Wx event
> loop, *without threading*.  We got rid of the threading code in the
> 0.11 series, but if you decide to use threading tricks, you can grab
> them from the git repo from the release 0.10.2 tag,  that machinery
> lived in IPython/Shell.py.
>
> Cheers,
>
> f
> _______________________________________________
> 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/20111104/08516606/attachment.html>


More information about the IPython-dev mailing list