JupyterServerSockets

Interface describing the server side of 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 (but org.jetbrains.kotlinx.jupyter.api.libraries.JupyterSocketType.HB is not included, as it is handled automatically)

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val iopub: JupyterSendSocket
Link copied to clipboard
abstract val shell: JupyterSendSocket
Link copied to clipboard