nteract / scrapbook

A library for recording and reading data in notebooks.
https://nteract-scrapbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
281 stars 26 forks source link

Remove papermill dependency #76

Open MSeal opened 4 years ago

MSeal commented 4 years ago

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.