JupyterConnectionInfoName | Description |
---|---|
host | Type: str |
use_https | Type: bool |
port | Type: int | None Default: None |
token | Type: str | None Default: None |
str
- Host of the Jupyter gateway server
Optional[int]
- Port of the Jupyter gateway server. If None, the default port is used
Optional[str]
- Token for authentication. If None, no token is used
bool
- Whether to use HTTPS