Welcome to scrapbook

https://github.com/nteract/scrapbook/actions/workflows/ci.yml/badge.svg https://codecov.io/github/nteract/scrapbook/coverage.svg?branch=main https://readthedocs.org/projects/scrapbook/badge/?version=latest https://tinyurl.com/y3moqkmc https://tinyurl.com/ybk8qa3j https://img.shields.io/badge/code%20style-black-000000.svg

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.

Indices and tables