NotebookDocument
Represents a notebook which itself is a sequence of code or markup cells. Notebook documents are created from notebook data.
Properties
Functions
Link copied to clipboard
Return the cell at the specified index. The index will be adjusted to the notebook.
Link copied to clipboard
Get the cells of this notebook. A subset can be retrieved by providing a range. The range will be adjusted to the notebook.
Link copied to clipboard
Save the document. The saving will be handled by the corresponding serializer.