[IPython-dev] IPython event loop integration

Thomas Kluyver takowl at gmail.com
Tue Aug 12 12:36:25 EDT 2014


Hi Cyrille,

Having a quick scan through the thread you linked to, I wonder if it's
possible to use the kernel event loop to schedule update events. pyzmq
subclasses tornado's event loop, and provides a DelayedCallback class [1],
and tornado itself has a PeriodicCallback class [2].

[1]
http://zeromq.github.io/pyzmq/api/generated/zmq.eventloop.ioloop.html#delayedcallback
[2]
http://tornado.readthedocs.org/en/latest/ioloop.html#tornado.ioloop.PeriodicCallback

Thomas


On 11 August 2014 21:16, Cyrille Rossant <cyrille.rossant at gmail.com> wrote:

> Hi all,
>
> We're currently implementing an IPython notebook backend for Vispy.
> We're having a hard time figuring out how to integrate timer-based
> animations in the notebook [1]. We'd really appreciate if one of you
> could have a look at our problem. This is the last step of our GSoC
> student's project, which terminates in a few days.
>
> Many thanks,
> Cyrille
>
> [1] https://groups.google.com/forum/#!topic/vispy-dev/blh2odeMgvI
>
>
> _______________________________________________
> 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/20140812/e99a5bc4/attachment.html>


More information about the IPython-dev mailing list