Readonly
cellsThe list of cells in the notebook.
Optional
Readonly
collaborativeWhether this document model supports collaboration when the collaborative
flag is enabled globally. Defaults to false
.
A signal emitted when the document content changes.
Readonly
defaultThe default kernel language of the document.
Readonly
defaultThe default kernel name of the document.
Readonly
deletedThe array of deleted cells since the notebook was last run.
Readonly
isReadonly
metadataReadonly
metadataSignal emitted when notebook metadata changes.
Readonly
nbformatThe major version number of the nbformat.
Readonly
nbformatThe minor version number of the nbformat.
The read-only state of the model.
Readonly
sharedShared model
A signal emitted when the model state changes.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Serialize the model to JSON.
The definition of a model object for a notebook widget.