You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just finished chatting with @willingc about the future of bookstore and how we would generalize the different pieces of functionality offered by bookstore to be less specifically tied to S3.
Carol's suggestion was to look into the papermill.iorw model and see how it could apply to bookstore.
There are some considerations that we need to think about that don't come up with papermill
As a server extension we need to think about how we want this functionality to be tied to the different routes
As a Jupyter server extension, we are using traitlets configuration systems to pass in S3 keys and our prefix conventions. We would need to provide some way to generalize that functionality as well.
papermill does not address the configuration problem (as it is not a JupyterApp and does not integrate with the traitlets configuration system).
Just finished chatting with @willingc about the future of bookstore and how we would generalize the different pieces of functionality offered by bookstore to be less specifically tied to S3.
Carol's suggestion was to look into the
papermill.iorw
model and see how it could apply to bookstore.There are some considerations that we need to think about that don't come up with
papermill
traitlets
configuration systems to pass in S3 keys and our prefix conventions. We would need to provide some way to generalize that functionality as well.traitlets
configuration system).This relates to #110 indirectly.
The text was updated successfully, but these errors were encountered: