DockerJupyterServer

DockerJupyterServer(
    *,
    custom_image_name: Optional[str] = None,
    container_name: Optional[str] = None,
    auto_remove: bool = True,
    stop_container: bool = True,
    docker_env: dict[str, str] = {},
    token: str | GenerateToken = <autogen.coding.jupyter.docker_jupyter_server.DockerJupyterServer.GenerateToken object>
)

(Experimental)

Start a Jupyter kernel gateway server in a Docker container.

Parameters:
NameDescription
custom_image_nameType: Optional[str]

Default: None
container_nameType: Optional[str]

Default: None
auto_removeType: bool

Default: True
stop_containerType: bool

Default: True
docker_envType: dict[str, str]

Default: {}
tokenType: str | GenerateToken

Default: <autogen.coding.jupyter.docker_jupyter_server.DockerJupyterServer.GenerateToken object>

Class Attributes

DEFAULT_DOCKERFILE



GenerateToken



Instance Attributes

connection_info


Return the connection information for this connectable.

Instance Methods

get_client

get_client(self) -> JupyterClient

stop

stop(self) -> None