IPython Documentation

Table Of Contents

Previous topic

Module: kernel.zmq.eventloops

Next topic

Module: kernel.zmq.heartbeat

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

Module: kernel.zmq.gui.gtkembed

GUI support for the IPython ZeroMQ kernel - GTK toolkit support.

1 Class

class IPython.kernel.zmq.gui.gtkembed.GTKEmbed(kernel)

Bases: object

A class to embed a kernel into the GTK main event loop.

__init__(kernel)
iterate_kernel()

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.

start()

Starts the GTK main event loop and sets our kernel startup routine.