Interface NotebookData

interface NotebookData {
    cells: CellData[];
    metadata: NotebookDocumentMetadata;
}

Properties

Properties

cells: CellData[]