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
gentoo:
$ sudo emerge dev-python/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
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.