Skip to content
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

Sessions autostart: Handle custom URLs in a generic way #2471

Closed
1 task
leafty opened this issue Apr 14, 2023 · 1 comment
Closed
1 task

Sessions autostart: Handle custom URLs in a generic way #2471

leafty opened this issue Apr 14, 2023 · 1 comment
Labels

Comments

@leafty
Copy link
Member

leafty commented Apr 14, 2023

Motivation

Context: supersedes #2242, follow up to #2217 / #2469.

Creating shareable links to autostart sessions which open a specific notebook seems to be a feature Renku users rely on.
However, the current implementation is tied to the specifics of Jupyter Lab (/lab/tree/<path>/<to>/<notebook>.ipynb).

Proposal

We believe we can support the same feature on a broader range of interactive sessions environments (rstudio, etc.) by exposing a new search parameter (customPath?) which would be appended to the session URL.

For Jupyter Notebooks, opening a specific notebook at session start would still be possible by passing ?customPath=/lab/tree/notebook_to_open.ipynb.

Tasks

  • Investigate alternative interactive session environments and see if they also use URL paths / search params to open specific notebooks or files.
@lorenzo-cavazzi
Copy link
Member

This is similar to #2241
If still relevant for Renku 2.0, we should either consider it in the context of the "Jupyter-free images" pitch or make a dedicated pitch.
I'm closing this issue. Feel free to open a new one if you think there are still reasons to consider a similar functionality that could be a quick UI-only solution

@lorenzo-cavazzi lorenzo-cavazzi closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants