Options
All
  • Public
  • Public/Protected
  • All
Menu

Module jupyter/JupyterConfig

Index

Type aliases

IJupyterConfig

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

Type of the Jupyter configuration.

Type declaration

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

Functions

Const getJupyterServerHttpUrl

  • getJupyterServerHttpUrl(): string

Const getJupyterServerWsUrl

  • getJupyterServerWsUrl(): string

Const getJupyterToken

  • getJupyterToken(): string

Const loadJupyterConfig

  • loadJupyterConfig(): void

Const setJupyterServerHttpUrl

  • setJupyterServerHttpUrl(jupyterServerHttpUrl: string): void

Const setJupyterServerWsUrl

  • setJupyterServerWsUrl(jupyterServerWsUrl: string): void

Const setJupyterToken

  • setJupyterToken(jupyterToken: string): void

Generated using TypeDoc