Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: kernel.zmq.ipkernel

The IPython kernel implementation

1 Class

class IPython.kernel.zmq.ipkernel.IPythonKernel(**kwargs)

Bases: IPython.kernel.zmq.kernelbase.Kernel

__init__(**kwargs)
set_parent(ident, parent)

Overridden from parent to tell the display hook and output streams about the parent message.

1 Function

IPython.kernel.zmq.ipkernel.lazy_import_handle_comm_opened(*args, **kwargs)