Type alias IJupyterConfig
IJupyterConfig: {
insideJupyterHub: boolean;
insideJupyterLab: boolean;
jupyterServerToken: string;
jupyterServerUrl: string;
}
Type declaration
insideJupyterHub: boolean
insideJupyterLab: boolean
jupyterServerToken: string
jupyterServerUrl: string
Type definition for the Jupyter Configuration.