Create a new url resolver.
Private _contentsPrivate _pathThe path of the object, from which local urls can be derived.
Whether the URL should be handled by the resolver or not.
Optional allowRoot: booleanWhether the paths starting at Unix-style filesystem root (/) are permitted.
This is similar to the isLocal check in URLExt,
but it also checks whether the path points to any
of the IDrives that may be registered with the contents
manager.
Resolve a path from Jupyter kernel to a path:
root_dir (preferrably) this is in jupyter-server scope,null if there is no file matching provided path in neither
kernel nor jupyter-server contents manager.Generated using TypeDoc
A default resolver that uses a given reference path and a contents manager.