beaker-kernel
    Preparing search index...

    Class BeakerCodeCell

    Hierarchy (View Summary)

    Implements

    • ICodeCell

    Indexable

    • [key: string]: any
    Index

    Constructors

    Properties

    busy?: boolean = false
    cell_type: "code"

    String identifying the type of cell.

    children: BeakerBaseCell[] = []
    execution_count: ExecutionCount = null

    The code cell's prompt number. Will be null if the cell has not been run.

    id: string = ...
    last_execution?: BeakerCellExecutionStatus = ...
    metadata: Partial<nbformat.ICodeCellMetadata>

    Cell-level metadata.

    outputs: IOutput[] = []

    Execution, display, or stream outputs.

    source: MultilineString = ""

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

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

    Methods