Skip to content

JupyterConnectionInfo

autogen.coding.jupyter.JupyterConnectionInfo dataclass #

JupyterConnectionInfo(host, use_https, port=None, token=None)

(Experimental)

host instance-attribute #

host

str - Host of the Jupyter gateway server

use_https instance-attribute #

use_https

bool - Whether to use HTTPS

port class-attribute instance-attribute #

port = None

Optional[int] - Port of the Jupyter gateway server. If None, the default port is used

token class-attribute instance-attribute #

token = None

Optional[str] - Token for authentication. If None, no token is used