Readonly HeadersThe Headers object constructor.
Readonly RequestThe Request object constructor.
Readonly WebThe WebSocket object constructor.
Readonly appThe app url of the JupyterLab application.
Readonly appendWhether to append a token to a Websocket url. The default is false in the browser
and true in node or jest.
Readonly baseThe base url of the server.
Readonly fetchThe fetch method to use.
Readonly initThe default request init options.
Readonly serializerSerializer used to serialize/deserialize kernel messages.
Readonly tokenThe authentication token for requests. Use an empty string to disable.
Readonly wsThe base ws url of the server.
A Jupyter server settings object. Note that all of the settings are optional when passed to [[makeSettings]]. The default settings are given in [[defaultSettings]].