Type alias Cell

Cell: (Partial<nbformat.IRawCell> | Partial<nbformat.ICodeCell> | Partial<nbformat.IMarkdownCell> | Partial<nbformat.IBaseCell>) & {
    cell_type: string;
}

Cell data

Generated using TypeDoc