beaker-kernel
    Preparing search index...

    Class BeakerQueryCell

    Hierarchy (View Summary)

    Implements

    Indexable

    • [key: string]: any
    Index

    Constructors

    Properties

    _current_input_request_message?: IInputRequestMsg
    cell_type: "query"

    String identifying the type of cell.

    children: BeakerBaseCell[] = []
    events: BeakerQueryEvent[] = []
    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