UNPKG

483 BMarkdownView Raw
1# @jupyterlab/docregistry
2
3A JupyterLab package which tracks the different types of documents that the application is able to interact with.
4This includes notebooks, text files, and base64 encoded documents.
5
6Extensions may register new document types with the document registry to allow them to be opened with JupyterLab.
7An example of this may be found in the [@jupyterlab/notebook](../notebook) package.
8
9The document registry is a singleton on the [application](../application).