Optionaloutputs: NotebookCellOutput[]Optionalmetadata: Record<string, unknown>OptionalexecutionSummary: NotebookCellExecutionSummaryOptionalexecutionThe execution summary of this cell data.
The kind of this cell data.
The language identifier of the source value of this cell data. Any value from
getLanguages is possible.
Optionalmetadataeslint-disable-next-line @typescript-eslint/no-explicit-any
OptionaloutputsThe outputs of this cell data.
The source value of this cell data - either source code or formatted text.
NotebookCellData is the raw representation of notebook cells. Its is part of
NotebookData.