IPython Documentation

Table Of Contents

Previous topic

Module: kernel.inprocess.ipkernel

Next topic

Module: kernel.inprocess.socket

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.inprocess.manager

A kernel manager for in-process kernels.

1 Class

class IPython.kernel.inprocess.manager.InProcessKernelManager(**kwargs)

Bases: IPython.kernel.manager.KernelManager

A manager for an in-process kernel.

This class implements the interface of IPython.kernel.kernelmanagerabc.KernelManagerABC and allows (asynchronous) frontends to be used seamlessly with an in-process kernel.

See IPython.kernel.kernelmanager.KernelManager for docstrings.