Construct a new notebook model.
A signal emitted when the document content changes.
The cell model factory for the notebook.
The dirty state of the document.
Whether the model is disposed.
A mime type of the model.
A signal emitted when a mimetype changes.
The underlying IModelDB
instance in which model
data is stored.
The read only state of the document.
Get the selections for the model.
A signal emitted when the document state changes.
Get the value of the model.
The default ContentFactory
instance.
Get the observable list of notebook cells.
The default kernel language of the document.
The default kernel name of the document.
A list of deleted cells for the notebook..
The metadata associated with the notebook.
The major version number of the nbformat.
The minor version number of the nbformat.
Make sure we have the required metadata fields.
Handle a change in the cells list.
Dispose of the resources held by the model.
Deserialize the model from JSON.
Should emit a [contentChanged] signal.
Deserialize the model from a string.
Should emit a [contentChanged] signal.
Initialize the model with its current state.
Serialize the model to JSON.
Serialize the model to a string.
Trigger a content changed signal.
Trigger a state change signal.
Generated using TypeDoc
An implementation of a notebook Model. The namespace for the
NotebookModel
class statics.