-
Notifications
You must be signed in to change notification settings - Fork 15
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
Offer RStudio as default frontend for R users #29
Comments
This would mean changing the default URL to
Yes that would most likely be a 404 |
Yes, replacing the trailing |
It sounds like it should be possible to do that directly in the environment being built, maybe in the There has been a few discussions about having non-Jupyter IDEs / UI by default in repo2docker / Binder:
We would also need to rework the |
That would the best case:
But as far as I understood, it is not obvious (nor possible?)
Yes. And also if the frontend is passed through the UI. |
Indeed it might not be straightforward (at least for now). Otherwise the downstream TLJH plugin (such as Plasma) could implement some logic to set the |
This kind of Binder Menu is also very interesting and could allow to jump from one frontend to another. |
That would definitively be useful 👍 An alternative for now is to give user a URL to connect to JupyterHub that includes a https://dev.plasmabio.org/user-redirect/rstudio The flow would look like the following: |
RStudio is very appreciated among R users and is often the ad-hoc IDE.
By default, RStudio is injected into the environment when
repo2docker
detects an R environment.It would be very nice to allow in the environment creation box to start directly with RStudio (instead of Jupyter Lab). It could be a box to tick, for instance:
There are however some caveats:
tljh-repo2docker
is not aware of the content of the environment (Python, R...) so someone could tick the box even if the environment is not R-based. I'm not sure what could happen next. Probably a404 : Not Found
Hub Control Panel
in theFile
menu) and there is not easy/visual way to go back to the control panel (although the url is very easy to manipulate).The text was updated successfully, but these errors were encountered: