Type alias IJupyterConfig

IJupyterConfig: {
    jupyterServerHttpUrl: string;
    jupyterServerWsUrl: string;
    jupyterToken: string;
}

Type of the Jupyter configuration.

Type declaration

  • jupyterServerHttpUrl: string
  • jupyterServerWsUrl: string
  • jupyterToken: string

Generated using TypeDoc