Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICodeCell

A code cell.

Hierarchy

Index

Properties

cell_type

cell_type: "code"

String identifying the type of cell.

execution_count

execution_count: number

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

metadata

Cell-level metadata.

outputs

outputs: IOutput[]

Execution, display, or stream outputs.

source

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

Generated using TypeDoc