Warning

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

Module: qt.inprocess

Defines an in-process KernelManager with signals and slots.

6 Classes

class IPython.qt.inprocess.QtInProcessShellChannel(*args, **kw)

Bases: IPython.qt.kernel_mixins.QtShellChannelMixin, IPython.kernel.inprocess.channels.InProcessShellChannel

class IPython.qt.inprocess.QtInProcessIOPubChannel(*args, **kw)

Bases: IPython.qt.kernel_mixins.QtIOPubChannelMixin, IPython.kernel.inprocess.channels.InProcessIOPubChannel

class IPython.qt.inprocess.QtInProcessStdInChannel(*args, **kw)

Bases: IPython.qt.kernel_mixins.QtStdInChannelMixin, IPython.kernel.inprocess.channels.InProcessStdInChannel

class IPython.qt.inprocess.QtInProcessHBChannel(*args, **kw)

Bases: IPython.qt.kernel_mixins.QtHBChannelMixin, IPython.kernel.inprocess.channels.InProcessHBChannel

class IPython.qt.inprocess.QtInProcessKernelClient(**kwargs)

Bases: IPython.qt.kernel_mixins.QtKernelClientMixin, IPython.kernel.inprocess.client.InProcessKernelClient

An in-process KernelManager with signals and slots.

class IPython.qt.inprocess.QtInProcessKernelManager(**kwargs)

Bases: IPython.qt.kernel_mixins.QtKernelManagerMixin, IPython.kernel.inprocess.manager.InProcessKernelManager