File: usage-workflow.rst

package info (click to toggle)
python-papermill 2.6.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: python: 4,977; makefile: 17; sh: 5
file content (26 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
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