-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use bookstore? #180
Comments
I've realised I can do this so far by reading this page: Manually create a browser url to do this (with setting up a fs_cloning_basedir): Manually create a browser url to do this: Is this the intended workflow or am I missing something something more obvious? I guess it's a way for me to share a notebook with a colleague by giving them a url so they can clone it into their own workspace? |
For the life of me, I can't work out how to initiate the |
Ok, I've since realised publish is only intended to work with Unfortunately, this doesn't work due to: |
Great question! The docs assume some familiarity with Jupyter's concept of a server extension so I'll use this extension as an opportunity to explore further. The contents of this repo expose the API endpoints for bookstore's functionality, as you alluded here. The expectation is that the Jupyter application that uses the server extension will implement the UI. nteract_on_jupyter supports this currently, but other UIs like JupyterLab and Classic can do the same in their own UI. In an ideal world, this bookstore package would come with client-side extensions for Classic and Lab so that users can easily leverage the API in those places. @MSeal @rgbkrk Do you know if there are any UI extensions for bookstore in classic/Lab? |
Sorry for the late reply, it's been a busy couple weeks. Overall bookstore mostly provides to API and not UI components as @captainsafia pointed out. The work wasn't really done to make UI extensions widely available. I am less familiar with what we did in classic internally, but we added a hook on checkpoint with bookstore to save all it's checkpoints out to S3. There's a separate interface we use to retrieve / restore versions but it's not really ready for open source use and the developer who was working on that has been focused on other projects. Unfortunately the classic UI has been mostly in keep-the-lights-on mode for a long time since lab was developed so it's not super amendable to clean extension patterns. Hence one of the reasons nteract components was made. In lab you're more likely to get active participation / help with integration if someone hasn't already done it. |
Thanks for the information. I do think it could be made a bit clearer that It's a shame the currently published version of Hopefully it will be possible to create a custom build that works with I've looked around for a JupyterLab extension for bookstore, but couldn't find anything obvious. I'll look into what it would take to create something. |
Thanks that'd be very helpful. |
This is more of a question really.
How is
bookstore
actually used?I've got
bookstore
installed into plain jupyter (not nteract). It's saving my notebooks to S3.How does the clone and publish functionality work? I would love some screenshots from somebody about what it all should look like.
:)
The text was updated successfully, but these errors were encountered: