papermill_watermark


License
MIT
Install
pip install papermill_watermark==0.1.0

Documentation

Watermark Engine for Papermill

Papermill Add-On which adds information for the system and all packages used in the notebook as an output in the end of the notebook. The package currently works with R & Python only.

Installation

pip install papermill_watermark

To display GPU information (Python only) install:

pip install papermill_watermark[gpu]

Usage

papermill --engine papermill_watermark <INPUT_NOTEBOOK> <OUTPUT_NOTEBOOK>