.. _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.0.7 install-requires.txt:: nbformat >=5.0.7 Equivalent System Packages -------------------------- conda: .. CODE-BLOCK:: bash $ conda install nbformat python:nbformat jupyter-nbformat python:jupyter-nbformat opensuse: .. CODE-BLOCK:: bash $ sudo zypper install nbformat python:nbformat jupyter-nbformat python: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 https://trac.sagemath.org/ticket/29023