Type alias IJupyterConfig
IJupyterConfig: {
insideJupyterHub: boolean;
insideJupyterLab: boolean;
jupyterServerHttpUrl: string;
jupyterServerWsUrl: string;
jupyterToken: string;
}
Type declaration
-
insideJupyterHub: boolean
-
insideJupyterLab: boolean
-
jupyterServerHttpUrl: string
-
jupyterServerWsUrl: string
-
jupyterToken: string
Type of the Jupyter configuration.