Welcome to scrapbook¶
scrapbook is a library for recording a notebook’s data values and generated visual content as “scraps”. These recorded scraps can be read at a future time.
This library replaces papermill’s existing record functionality.
Python Version Support¶
This library supports python 3.6+.
Use Case¶
Notebook users may wish to record data produced during a notebook execution. This recorded data can then be read to be used at a later time or be passed to another notebook as input.
Namely scrapbook lets you:
persist data and displays (scraps) in a notebook
recall any persisted scrap of data
summarize collections of notebooks
Documentation¶
These pages guide you through the installation and usage of scrapbook.
API Reference¶
If you are looking for information about a specific function, class, or method, this documentation section will help you.