.. _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


Dependencies
------------

- $(PYTHON)
- :ref:`spkg_jsonschema`
- :ref:`spkg_fastjsonschema`
- :ref:`spkg_jupyter_core`
- :ref:`spkg_traitlets`
- $(PYTHON_TOOLCHAIN)

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

package-version.txt::

    5.4.0

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


void:

.. CODE-BLOCK:: bash

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

