Represents a cell of a {@link NotebookDocument notebook}, either a {@link NotebookCellKind.Code code}-cell or {@link NotebookCellKind.Markup markup}-cell.
NotebookCell instances are immutable and are kept in sync for as long as they are part of their notebook.
Represents a cell of a {@link NotebookDocument notebook}, either a {@link NotebookCellKind.Code code}-cell or {@link NotebookCellKind.Markup markup}-cell. NotebookCell instances are immutable and are kept in sync for as long as they are part of their notebook.
(document notebook-cell)
The {@link TextDocument text} of this cell, represented as text document.
The {@link TextDocument text} of this cell, represented as text document.
(execution-summary notebook-cell)
The most recent {@link NotebookCellExecutionSummary execution summary} for this cell.
The most recent {@link NotebookCellExecutionSummary execution summary} for this cell.
(index notebook-cell)
The index of this cell in its {@link NotebookDocument.cellAt containing notebook}. The
index is updated when a cell is moved within its notebook. The index is -1
when the cell has been removed from its notebook.
The index of this cell in its {@link NotebookDocument.cellAt containing notebook}. The index is updated when a cell is moved within its notebook. The index is `-1` when the cell has been removed from its notebook.
(metadata notebook-cell)
The metadata of this cell. Can be anything but must be JSON-stringifyable.
The metadata of this cell. Can be anything but must be JSON-stringifyable.
(notebook notebook-cell)
The {@link NotebookDocument notebook} that contains this cell.
The {@link NotebookDocument notebook} that contains this cell.
(outputs notebook-cell)
The outputs of this cell.
The outputs of this cell.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close