A notebook document.
3.17.0
version:Int
The version number of this document (it will increase after each change, including undo/redo).
uri:URI
The notebook document's uri.
notebookType:String
The type of the notebook.
@:optionaloptionalmetadata:Null<LSPObject>
Additional metadata stored with the notebook document.
Note: should always be an object literal (e.g. LSPObject)
cells:Array<NotebookCell>
The cells of a notebook.