-
Notifications
You must be signed in to change notification settings - Fork 6
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
Autostart URLs should allow to directly open a notebook #1781
Milestone
Comments
Thanks @lorenzo-cavazzi for writing this up! I think the proposal makes sense. cc @volodymyrss |
andre-code
added a commit
that referenced
this issue
Jun 21, 2022
Repository owner
moved this from In Progress
to Done
in UI Sprints - DEPRECATED
Jun 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
We already open JupyterHub sessions directly into a notebook from the file viewer.
Some users expressed interest in having quickstart links for the sessions doing the same thing (@rokroskar ).
Proposal
Technically it is not too difficult, although this may need some coordination with renku-notebooks since the current mechanism is based on JupyterLab, and that may not be there anymore for R-based images.
Add a button to the File view, when the user is looking at a notebook to create a sharable link to start the notebook in a session:
This probably belongs to the "Create shareable link" modal. An idea could be adding an expandable menu that allows selecting (through a radio button) a target notebook to open.
When clicking on
[set default notebook]
, the UI should scan the files in the project and identify the notebooks, listing them (verify the feasibility here for projects containing thousands of files). The selection should always include alsonone
to reset a previous choice.Context
[this is the current modal, not a mockup]
The text was updated successfully, but these errors were encountered: