Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCellMetadata

Cell-level metadata.

Hierarchy

  • IBaseCellMetadata

Index

Properties

Properties

Optional name

name: string

The cell's name. If present, must be a non-empty string.

Optional tags

tags: string[]

The cell's tags. Tags must be unique, and must not contain commas.

trusted

trusted: boolean

Whether the cell is trusted.

Notes

This is not strictly part of the nbformat spec, but it is added by the contents manager.

See http://jupyter-notebook.readthedocs.org/en/latest/security.html.

Generated using TypeDoc