File: installation.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 (24 lines) | stat: -rw-r--r-- 478 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
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**.