Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INotebookContents

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

Hierarchy

  • INotebookContents

Index

Properties

Readonly cells

cells: ICellContents[]

Readonly metadata

Readonly nbformat

nbformat: number

Readonly nbformat_minor

nbformat_minor: number

Generated using TypeDoc