The url to request.
Get a copy of an object, or null.
Encode just the components of a multi-segment uri.
Preserves the '/'
separators.
Copy the contents of one object to another, recursively.
From stackoverflow.
Get the base URL for a Jupyter application.
Get global configuration data for the Jupyter application.
The name of the configuration option.
The config value or undefined
if not found.
For browser based applications, it is assumed that the page HTML
includes a script tag with the id jupyter-config-data
containing the
configuration as valid JSON.
Get the base websocket URL for a Jupyter application.
Return a serialized object string suitable for a query.
From stackoverflow.
Try to load an object from a module or a registry.
Try to load an object from a module asynchronously if a module is specified, otherwise tries to load an object from the global registry, if the global registry is provided.
Check for shallow equality of two objects.
Encode and join a sequence of url components with '/'
.
Join a sequence of url components with '/'
.
Get a random 32 character hex string (not a formal UUID)
Generated using TypeDoc
Asynchronous XMLHTTPRequest handler.