1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Usage
=====
For an interactive example that demonstrates the usage of papermill, click the Binder link
below:
.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/nteract/papermill/main?filepath=binder%2Fprocess_highlight_dates.ipynb
:alt: launch binder
Using papermill
---------------
The general workflow when using papermill is **parameterizing** a notebook,
**executing** it, as well as **storing** the results.
In addition to operating on a single notebook, papermill also works on
a collection of notebooks.
.. toctree::
:maxdepth: 2
usage-parameterize
usage-inspect
usage-execute
usage-store
|