jupyter
autogen.coding.jupyter.JupyterClient
JupyterClient
(Experimental) A client for communicating with a Jupyter gateway server.
Parameters:Name | Description |
---|---|
connection_info | Connection information Type: JupyterConnectionInfo |
Class Attributes
get_kernel_client
Instance Methods
delete_kernel
Name | Description |
---|---|
kernel_id | Type: str |
list_kernel_specs
list_kernels
restart_kernel
Name | Description |
---|---|
kernel_id | Type: str |
start_kernel
Start a new kernel.
Parameters:Name | Description |
---|---|
kernel_spec_name | Name of the kernel spec to start Type: str |
Type | Description |
---|---|
str | str: ID of the started kernel |