nbconvert: Converting Jupyter Notebooks#
Description#
jupyter nbconvert converts notebooks to various other formats via Jinja templates.
License#
BSD
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON)
nbformat: Base implementation of the Jupyter notebook format
entrypoints: Discover and load entry points from installed Python packages
defusedxml: Addresses vulnerabilities of XML parsers and XML libraries
jupyter_client: Jupyter protocol implementation and client libraries
jupyterlab_pygments: Pygments theme using JupyterLab CSS variables
nbclient: A client library for executing notebooks. Formerly nbconvert’s ExecutePreprocessor.
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
7.2.3
install-requires.txt:
nbconvert >=5.6.1
Equivalent System Packages#
conda:
$ conda install nbconvert
opensuse:
$ sudo zypper install jupyter-nbconvert
void:
$ sudo xbps-install python3-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 trac ticket #29023