Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
A client for in-process kernels.
Bases: IPython.kernel.client.KernelClient
A client for an in-process kernel.
This class implements the interface of IPython.kernel.clientabc.KernelClientABC and allows (asynchronous) frontends to be used seamlessly with an in-process kernel.
See IPython.kernel.client.KernelClient for docstrings.