Type alias IJupyterConfig

IJupyterConfig: {
    insideJupyterHub: boolean;
    insideJupyterLab: boolean;
    jupyterServerHttpUrl: string;
    jupyterServerWsUrl: string;
    jupyterToken: string;
}

Type of the Jupyter configuration.

Type declaration

  • insideJupyterHub: boolean
  • insideJupyterLab: boolean
  • jupyterServerHttpUrl: string
  • jupyterServerWsUrl: string
  • jupyterToken: string

Generated using TypeDoc