1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Installation
============
Installing papermill
--------------------
From the command line:
.. code-block:: bash
python3 -m pip install papermill
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**.
|