Register a notebook serializer.
A notebook serializer must be contributed through the notebooks extension point. When opening a notebook file, the editor will send the onNotebook:<notebookType> activation event, and extensions must register their serializer in return.
notebooks
onNotebook:<notebookType>
A notebook.
A notebook serializer.
Optional
Optional context options that define what parts of a notebook should be persisted
A Disposable that unregisters this serializer when being disposed.
Register a notebook serializer.
A notebook serializer must be contributed through the
notebooksextension point. When opening a notebook file, the editor will send theonNotebook:<notebookType>activation event, and extensions must register their serializer in return.