Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Readonly Headers

Headers: typeof Headers

The Headers object constructor.

Readonly Request

Request: typeof Request

The Request object constructor.

Readonly WebSocket

WebSocket: typeof WebSocket

The WebSocket object constructor.

Readonly appUrl

appUrl: string

The app url of the JupyterLab application.

Readonly appendToken

appendToken: boolean

Whether to append a token to a Websocket url. The default is false in the browser and true in node or jest.

Readonly baseUrl

baseUrl: string

The base url of the server.

Readonly fetch

fetch: (input: RequestInfo, init?: RequestInit) => Promise<Response>

The fetch method to use.

Type declaration

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

      • input: RequestInfo
      • Optional init: RequestInit

      Returns Promise<Response>

Readonly init

init: RequestInit

The default request init options.

Readonly token

token: string

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

Readonly wsUrl

wsUrl: string

The base ws url of the server.

Generated using TypeDoc