Skip to main content

coding.jupyter.jupyter_client

JupyterClient

class JupyterClient()

__init__

def __init__(connection_info: JupyterConnectionInfo)

(Experimental) A client for communicating with a Jupyter gateway server.

Arguments:

  • connection_info JupyterConnectionInfo - Connection information

start_kernel

def start_kernel(kernel_spec_name: str) -> str

Start a new kernel.

Arguments:

  • kernel_spec_name str - Name of the kernel spec to start

Returns:

  • str - ID of the started kernel

JupyterKernelClient

class JupyterKernelClient()

(Experimental) A client for communicating with a Jupyter kernel.