convert Jupyter notebooks (.ipynb) to other formats
nbconvert converts notebooks to various other formats. Possible
output formats include:
- asciidoc
- html
- latex
- markdown
- pdf
- py
- rst
- script

nbconvert can be used as either a Python library or as a command-line
tool.

Maintainer: Daniel Dickman <daniel@openbsd.org>

WWW: https://jupyter.org/
