IJupyterConfig: {
    insideJupyterHub: boolean;
    insideJupyterLab: boolean;
    jupyterServerToken: string;
    jupyterServerUrl: string;
}

Type definition for the Jupyter Configuration.

Type declaration

  • insideJupyterHub: boolean
  • insideJupyterLab: boolean
  • jupyterServerToken: string
  • jupyterServerUrl: string