nbconvert: Converting Jupyter Notebooks¶
Description¶
jupyter nbconvert converts notebooks to various other formats via Jinja templates.
License¶
BSD
Upstream Contact¶
Type¶
standard
Dependencies¶
- $(PYTHON) 
- $(PYTHON_TOOLCHAIN) 
- defusedxml: Addresses vulnerabilities of XML parsers and XML libraries 
- entrypoints: Discover and load entry points from installed Python packages 
- jupyter_client: Jupyter protocol implementation and client libraries 
- jupyterlab_pygments: Pygments theme using JupyterLab CSS variables 
- mistune: Sane and fast Markdown parser with useful plugins and renderers 
- nbclient: Client library for executing notebooks. Formerly nbconvert’s ExecutePreprocessor 
Version Information¶
package-version.txt:
7.9.2
version_requirements.txt:
nbconvert >=5.6.1
Equivalent System Packages¶
$ conda install nbconvert
$ sudo yum install python3-nbconvert
$ sudo emerge dev-python/nbconvert
$ sudo zypper install jupyter-nbconvert
$ 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
If the system package is installed and if the (experimental) option
--enable-system-site-packages is passed to ./configure, then ./configure
will check if the system package can be used.