Package Exports
- @jupyterlab/docmanager
- @jupyterlab/docmanager/lib/index.js
- @jupyterlab/docmanager/style/index
- @jupyterlab/docmanager/style/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jupyterlab/docmanager) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@jupyterlab/docmanager
A JupyterLab package which handles interactions with documents and the file system. It opens and closes files, creates new views onto files, and keeps track of open documents.
The DocumentManager
should be considered a singleton for the application.