JupyterBaseSockets

Interface describing the sockets available in a Jupyter Kernel.

See https://jupyter-client.readthedocs.io/en/stable/messaging.html#introduction for a description of them.

Each of these will match a corresponding type in org.jetbrains.kotlinx.jupyter.api.libraries.JupyterSocketType

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val iopub: JupyterSocketBase
Link copied to clipboard
abstract val shell: JupyterSocketBase
Link copied to clipboard
abstract val stdin: JupyterSocketBase