Interface IBaseCellJupyterMetadata

The Jupyter metadata namespace.

interface IBaseCellJupyterMetadata {
    source_hidden: boolean;
    [key: string]: undefined | PartialJSONValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

source_hidden: boolean

Whether the source is hidden.