Installation

Installing papermill

From the command line:

Python 3

python3 -m pip install papermill

Python 2

python -m pip install papermill

If unsure whether to use Python 3 or Python 2, we recommend using Python 3.

Installing In-Notebook language bindings

In-Notebook language bindings provide helpers and utilities for using Papermill with a programming language.

Python bindings

No additional installation steps are required since Python bindings are built into papermill.

R bindings

The R language bindings are provided by the papermillr project. Follow installation instructions for R language bindings.