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: activation event, and extensions must register their serializer in return.
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 notebooks extension point. When opening a notebook file, the editor will send the onNotebook: activation event, and extensions must register their serializer in return.