nbformat: Base implementation of the Jupyter notebook format#

Description#

This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.

Type#

standard

Dependencies#

Version Information#

package-version.txt:

5.7.0

install-requires.txt:

nbformat >=5.0.7

Equivalent System Packages#

conda:

$ conda install  nbformat

opensuse:

$ sudo zypper install jupyter-nbformat

void:

$ sudo xbps-install  python3-jupyter_nbformat

See https://repology.org/project/nbformat/versions, https://repology.org/project/python:nbformat/versions, https://repology.org/project/jupyter-nbformat/versions, https://repology.org/project/python:jupyter-nbformat/versions

However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023