Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: kernel.inprocess.client¶
A client for in-process kernels.
1 Class¶
-
class
IPython.kernel.inprocess.client.InProcessKernelClient(**kwargs)¶ Bases:
IPython.kernel.client.KernelClientA client for an in-process kernel.
This class implements the interface of
IPython.kernel.clientabc.KernelClientABCand allows (asynchronous) frontends to be used seamlessly with an in-process kernel.See
IPython.kernel.client.KernelClientfor docstrings.-
kernel_info()¶ Request kernel info.
-
