Readonly
appendWhether to append a token to a Websocket url. The default is false
in the browser
and true
in node or jest.
Readonly
appThe app url of the JupyterLab application.
Readonly
baseThe base url of the server.
Readonly
fetchThe fetch
method to use.
Readonly
HeadersThe Headers
object constructor.
Readonly
initThe default request init options.
Readonly
RequestThe Request
object constructor.
Readonly
serializerSerializer used to serialize/deserialize kernel messages.
Readonly
tokenThe authentication token for requests. Use an empty string to disable.
Readonly
WebThe WebSocket
object constructor.
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]].