GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
nbformat
INotebookContent
Interface INotebookContent
The notebook content.
interface
INotebookContent
{
cells
:
ICell
[]
;
metadata
:
INotebookMetadata
;
nbformat
:
number
;
nbformat_minor
:
number
;
[
key
:
string
]:
undefined
|
PartialJSONValue
;
}
Hierarchy
PartialJSONObject
INotebookContent
Indexable
[
key
:
string
]:
undefined
|
PartialJSONValue
Index
Properties
cells
metadata
nbformat
nbformat_
minor
Properties
cells
cells
:
ICell
[]
metadata
metadata
:
INotebookMetadata
nbformat
nbformat
:
number
nbformat_
minor
nbformat_minor
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cells
metadata
nbformat
nbformat_
minor
GitHub
Jupyter
@jupyterlab
Loading...
The notebook content.