Source: python-papermill Maintainer: Debian Python Team Uploaders: Debian PaN Maintainers , Roland Mas , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, help2man, pybuild-plugin-pyproject, python3-aiohttp , python3-all, python3-azure , python3-azure-datalake-store , python3-boto3 , python3-click , python3-colors , python3-dateutil , python3-entrypoints , python3-ipykernel , python3-moto , python3-nbclient , python3-nbformat , python3-pytest , python3-requests , python3-tenacity , python3-tqdm , Standards-Version: 4.7.0 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/nteract/papermill/ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-papermill Vcs-Git: https://salsa.debian.org/python-team/packages/python-papermill.git Package: python3-papermill Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Parameterize, execute, and analyze notebooks Papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks. It lets you parameterize notebooks and execute notebooks. . This opens up new opportunities for how notebooks can be used. For example: . * Perhaps you have a financial report that you wish to run with different values on the first or last day of a month or at the beginning or end of the year, using parameters makes this task easier. . * Do you want to run a notebook and depending on its results, choose a particular notebook to run next? You can now programmatically execute a workflow without having to copy and paste from notebook to notebook manually. . Papermill takes an opinionated approach to notebook parameterization and execution based on our experiences using notebooks at scale in data pipelines.