papermill

Package — NotebookPython 3.7+Beginner

Parameterize and execute Jupyter notebooks programmatically

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
click, nbformat, nbclient, pyyaml, requests, tenacity, tqdm
Install
pip install papermill

Learn by Difficulty

Quick Example

python
# Install: pip install papermill
import papermill

# Basic papermill usage
print(f"Using papermill")
# See documentation for detailed examples

papermill is a third-party package. Parameterize and execute Jupyter notebooks programmatically. Install with: pip install papermill

Try in Playground

Tags

packagenotebookinteractiveeducation