Skip to content
Novus Examples
ipynb

What is a .ipynb file?

application/x-ipynb+json

An IPYNB file is a Jupyter notebook — a JSON document that stores an ordered list of cells (markdown and code) together with each code cell's outputs, execution counts, and kernel metadata. It is the standard interactive-computing document format for Python and other languages.

How to use a .ipynb file

Use an example notebook to test notebook parsers, nbconvert and other converters, cell/output extraction, and JSON tooling.

Convert a .ipynb file to another format

← All file formats