.. _spkg_nbformat:

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


Version Information
-------------------

package-version.txt::

    5.1.3

install-requires.txt::

    nbformat >=5.0.7


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install nbformat

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install 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:`29023`

