IPython Documentation

Table Of Contents

Previous topic

Module: qt.console.styles

Next topic

Module: qt.kernel_mixins

This Page

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