coding.jupyter.base
JupyterConnectionInfo
@dataclass
class JupyterConnectionInfo()
(Experimental)
host
str
- Host of the Jupyter gateway server
use_https
bool
- Whether to use HTTPS
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
JupyterConnectable
@runtime_checkable
class JupyterConnectable(Protocol)
(Experimental)
connection_info
@property
def connection_info() -> JupyterConnectionInfo
Return the connection information for this connectable.