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