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

Add complete data ref for basic data payload #25

Open MSeal opened 5 years ago

MSeal commented 5 years ago

We need an end-to-end working example for gluing a data reference and recalling it. A binder which enables this will will dictate the API improvements to enable the functionality.

MSeal commented 4 years ago

For reference: https://github.com/nteract/scrapbook/pull/37 was a stab at achieving this change in combination with other changes. While that PR was too complex and large, we want a similar extension of the glue api contract to support remote referenced scraps. This should enable table references and blob store references that can be recalled programmatically.

Some concerns to hash out more: