.. _spkg_nbconvert: nbconvert: Converting Jupyter Notebooks ======================================= Description ----------- jupyter nbconvert converts notebooks to various other formats via Jinja templates. Type ---- standard Version Information ------------------- package-version.txt:: 5.6.1 install-requires.txt:: nbconvert >=5.6.1 Equivalent System Packages -------------------------- conda: .. CODE-BLOCK:: bash $ conda install nbconvert python:nbconvert jupyter-nbconvert python:jupyter-nbconvert opensuse: .. CODE-BLOCK:: bash $ sudo zypper install nbconvert python:nbconvert jupyter-nbconvert python:jupyter-nbconvert See https://repology.org/project/nbconvert/versions, https://repology.org/project/python:nbconvert/versions, https://repology.org/project/jupyter-nbconvert/versions, https://repology.org/project/python:jupyter-nbconvert/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