Introduction
.ipynb
Usage
.ipynb--to ipynb--from ipynb
stencila convert doc.smd doc.ipynbWarning
Implementation
.ipynbnbformat
Limitations
Jupyter notebooks organize content into cells (code, markdown, raw). Stencila node types that don't fit this cell model may not round-trip cleanly. Notebook outputs (e.g. rich display objects, widget state) are preserved during import but may not be fully reproduced on export without re-execution. Notebook-level metadata (e.g. kernel specification) is mapped where possible, but custom metadata fields may be dropped.