Interface INotebookContent

The notebook content.

interface INotebookContent {
    cells: ICell[];
    metadata: INotebookMetadata;
    nbformat: number;
    nbformat_minor: number;
}

Hierarchy

  • PartialJSONObject
    • INotebookContent

Properties

cells: ICell[]
nbformat: number
nbformat_minor: number