Interface IBaseCellJupyterMetadata

The Jupyter metadata namespace.

interface IBaseCellJupyterMetadata {
    source_hidden: boolean;
}

Hierarchy (view full)

Properties

Properties

source_hidden: boolean

Whether the source is hidden.