IPython Documentation

Table Of Contents

Previous topic

Module: kernel.manager

Next topic

Module: kernel.multikernelmanager

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.managerabc

Abstract base class for kernel managers.

1 Class

class IPython.kernel.managerabc.KernelManagerABC

Bases: abc._NewBase

KernelManager ABC.

The docstrings for this class can be found in the base implementation:

IPython.kernel.kernelmanager.KernelManager