UNPKG

279 BMarkdownView Raw
1# @jupyterlab/docmanager
2
3A JupyterLab package which handles interactions with documents and the file system.
4It opens and closes files, creates new views onto files, and keeps track of open documents.
5
6The `DocumentManager` should be considered a singleton for the application.