nteract / scrapbook

A library for recording and reading data in notebooks.

Home Page:https://nteract-scrapbook.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove papermill dependency

MSeal opened this issue · comments

We should find a way to make scrapbook's I/O requirements not directly depend on papermill. Perhaps by optionally importing papermill IO if it's found and using a separate I/O registry if running without? The tradeoff between DRY and dependency isolation here needs a good conversation.