-
Notifications
You must be signed in to change notification settings - Fork 363
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
Unable to launch RStudio from repo2docker #1316
Comments
It's working for me on OVH with the latest r2d (freshly deployed): |
Yeah, I can reproduce that too locally.....
@ryanlovett Do you think it's anything to do with https://github.com/jupyterhub/jupyter-rsession-proxy ? |
Hi @manics, I just tried installing repo2docker |
I also tried a fresh conda env, installing repo2docker from main and trying the same repo again (main branch), and I get the same error when trying to launch RStudio. |
Strangely it's working for me too now ¯\_(ツ)_/¯ |
Actually no it's not..... rstudio initially loads, but after a few seconds it fails, and the logs are full of
|
Hmm, I'm unable to reproduce. I left my rstudio session from yesterday alone (spawned from repo2docker > lab > rstudio), and it is still running and can execute code. I can try reproducing on another device however. In the meantime, can you confirm that your repo2docker installed the right version of jupyter-rsession-proxy? What does |
I've pushed the image to
This is the command I've been using to test (mimics the default command and args set by repo2docker):
|
Bug description
I am unable to access RStudio from a repo2docker container including R. I think some of the issues may be being discussed in the discourse thread but I'm not sure if my issue is directly related or not.
Expected behaviour
RStudio launches without error when I click the RStudio button in the launcher, or I manipulate the URL to end in
/rstudio
Actual behaviour
I try to launch RStudio from a running repo2docker container, both by URL manipulation and by selecting RStudio from the launcher, and I receive an error message.
Note that R itself still works if I launch an R console, I just can't access RStudio. I have also tried on mybinder.org, and had to follow the workaround suggested in this discourse comment: https://discourse.jupyter.org/t/r-conda-example-repo-isnt-working-any-more/21739/8
How to reproduce
.binder
folderrepo2docker .
in the repo/rstudio
Logs from repo2docker are:
I also tried the suggestion here to launch directly into RStudio and got the following message (which isn't explicitly an error, but I didn't get a browser with RStudio either):
Your personal set up
docker version
repo2docker --version
:2023.06.0+39.g8bdf681
I installed frommain
following advice here: https://discourse.jupyter.org/t/mybinder-and-binderhub-fails-for-conda-environment-yml-containing-python-dependency/21978/3The text was updated successfully, but these errors were encountered: