beaker-kernel
    Preparing search index...

    Class BeakerBaseCell

    Hierarchy (View Summary)

    Implements

    • IBaseCell

    Indexable

    • [key: string]: any
    Index

    Constructors

    Properties

    cell_type: string

    String identifying the type of cell.

    children: BeakerBaseCell[] = []
    id: string = ...
    metadata: Partial<ICellMetadata> = {}

    Cell-level metadata.

    source: MultilineString = ""

    Contents of the cell, represented as an array of lines.

    status: BeakerCellStatus = "idle"
    IPYNB_KEYS: string[] = ...

    Methods

    • Returns IBaseCell | IBaseCell[]