A type which describes the type of cell.
The code cell's prompt number. Will be null if the cell has not been run.
A cell union type.
A union metadata type.
An output union type.
A multiline string.
Cell output metadata.
The valid output types.
An alias for a stream type.
The major version of the notebook format.
The minor version of the notebook format.
Test whether a cell is a code cell.
Test whether an output is from display data.
Test whether an output is from updated display data.
Test whether an output is an error.
Test whether an output is an execute result.
Test whether a cell is a markdown cell.
Test whether a cell is a raw cell.
Test whether an output is from a stream.
Validate a mime type/value pair.
The mimetype name.
The value associated with the type.
Whether the type/value pair are valid.
Generated using TypeDoc
A namespace for nbformat interfaces.