Warning

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

Module: kernel.clientabc

Abstract base class for kernel clients

1 Class

class IPython.kernel.clientabc.KernelClientABC

Bases: abc._NewBase

KernelManager ABC.

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

IPython.kernel.client.KernelClient