Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Defines a convenient mix-in class for implementing Qt frontends.
Bases: object
A mix-in class for implementing Qt frontends.
To handle messages of a particular type, frontends need only define an appropriate handler method. For example, to handle ‘stream’ messaged, define a ‘_handle_stream(msg)’ method.
Returns the current kernel client.
The kernel manager, if any