Source: myst-nb Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Xuanteng Huang Build-Depends: debhelper-compat (= 13), dh-python, flit, pybuild-plugin-pyproject, help2man, python3-setuptools, python3-all, python3-docutils, python3-ipython, python3-nbclient, python3-yaml, python3-sphinx, python3-myst-parser, python3-ipykernel, python3-typing-extensions, python3-importlib-metadata, jupyter-notebook, jupyter-nbformat, python3-jupyter-cache, python3-pytest , python3-coverage , python3-bs4 , python3-numpy , python3-matplotlib , python3-pandas , python3-pytest-cov , python3-pytest-regressions , python3-sympy Standards-Version: 4.7.0 Homepage: https://github.com/executablebooks/MyST-NB Vcs-Browser: https://salsa.debian.org/python-team/packages/myst-nb Vcs-Git: https://salsa.debian.org/python-team/packages/myst-nb.git Rules-Requires-Root: no Package: python3-myst-nb Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Parse and execute ipynb files in Sphinx A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser. The primary tool this package provides is a Sphinx parser for ipynb files. This enables to directly convert Jupyter Notebooks into Sphinx documents. . This package installs the library for Python 3.