jupyter
autogen.coding.jupyter.JupyterConnectionInfo
JupyterConnectionInfo
(Experimental)
Parameters:Name | Description |
---|---|
host | Type: str |
use_https | Type: bool |
port | Type: int | None Default: None |
token | Type: str | None Default: None |
Class Attributes
host
str
- Host of the Jupyter gateway server
port
Optional[int]
- Port of the Jupyter gateway server. If None, the default port is used
token
Optional[str]
- Token for authentication. If None, no token is used
use_https
bool
- Whether to use HTTPS