-
Notifications
You must be signed in to change notification settings - Fork 87
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
Terminal not working in RStudio #71
Comments
Me too -
Salient parts of my Dockerfile -
|
A workaround I have found is to turn off websockets under Tools -> Global Options -> Terminal. This fixes it. Not sure how to set this programmatically so I can bake it into an image... |
Another workaround is to use the pypi version of |
I figure out another workaround. I manually change the global options in my session, export the user-settings file from /home/jovyan/.rstudio/monitored/user-settings/, then use kuberspawner lifecycle_hooks to copy this user-settings to the home directory of every user who try to spawn a rstudio container. |
@anton-khodak Hi, did you found a solution for this ? I am facing the same problem. |
@FernandezMathieu Relevant parts of our Dockerfile # jupyter-server-proxy extension
RUN pip install jupyter-server-proxy
# use yuvipanda version of jupyter-rsession-proxy (nbrsessionproxy)
RUN pip install https://github.com/yuvipanda/nbrsessionproxy/archive/rserver-again.zip
RUN jupyter serverextension enable --sys-prefix jupyter_server_proxy |
Well, i try with your configuration but it still don't work. |
If you share your Dockerfile perhaps we can find the main differences and go from there. You can find our whole Dockerfile here (there be dragons in there). |
I'm facing same experience. Works fine on ubuntu host server, while having |
Hello! When I run
jupyter-rsession-proxy
with this Dockerfile and try opening a terminal in RStudio, I get the following error in console:and the terminal displays nothing
The text was updated successfully, but these errors were encountered: