Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISettings

A Jupyter server settings object. Note that all of the settings are optional when passed to makeSettings. The default settings are given in defaultSettings.

Hierarchy

  • ISettings

Index

Properties

Headers

Headers: object

The Headers object constructor.

Type declaration

Request

Request: object

The Request object constructor.

Type declaration

WebSocket

WebSocket: object

The WebSocket object constructor.

Type declaration

appUrl

appUrl: string

The app url of the JupyterLab application.

baseUrl

baseUrl: string

The base url of the server.

fetch

fetch: function

The fetch method to use.

Type declaration

    • (input: RequestInfo, init?: RequestInit): Promise<Response>
    • Parameters

      • input: RequestInfo
      • Optional init: RequestInit

      Returns Promise<Response>

init

init: RequestInit

The default request init options.

token

token: string

The authentication token for requests. Use an empty string to disable.

wsUrl

wsUrl: string

The base ws url of the server.

Generated using TypeDoc