Container that this notebook instance will instantiate under.
The current selected Cell.
A list of Cells that this notebook contains.
The HTMLElement that this notebook instance uses as a container.
Reference to Plugin Loader. @internal
Reference to Pyodide. @internal
Creates a cell from a saved JSON snippet.
JSON serialization of a cell.
Creates a <div>
that a cell will use as a container.
Reference to created container.
Delete a cell from the notebook.
The cell to delete.
Creates a cell from a given type.
The container to nest the cell under.
The type of cell to instantiate.
The content of this cell.
Reference to the cell that was created.
Creates a new cell, if cell
is defined, it copies content and position from another cell and replaces it.
The type of cell as registered by Plugins.
A Cell to replace. Optional.
Renders the notebook, making any changes to the ordering of the cells.
Run a cell given the reference to its object or CodeMirror instance.
A reference to the cell, either by its Cell object, or its CodeMirror instance.
Select a cell, changing the current active cell reference to the specified cell.
Reference to a cell that will be set selected
Serialize a notebook's cells and metadata.
JSON representation for a function like JSON.stringify
.
Generated using TypeDoc
Entrypoint into the INSCI-notebook library. Manages cells, loads plugins, and handles plugin events.
The notebook can be instantiated using any [[HTMLElement]] as a container.