Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
GUI support for the IPython ZeroMQ kernel - GTK toolkit support.
Bases: object
A class to embed a kernel into the GTK main event loop.
Run one iteration of the kernel and return True.
GTK timer functions must return True to be called again, so we make the call to do_one_iteration() and then return True for GTK.
Starts the GTK main event loop and sets our kernel startup routine.