Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellContents

Interface defining the file format contents of a notebook cell, usually in a serializable format. This interface does not have any methods for manipulating or interacting with a cell object.

Hierarchy

  • ICellContents

Index

Properties

cell_type

cell_type: CellType

Optional execution_count

execution_count: number

Optional metadata

metadata: ICellMetadata

Optional outputs

outputs: ICellOutput[]

source

source: string | string[]

Generated using TypeDoc