jupyter-rsession-proxy
jupyter-rsession-proxy copied to clipboard
Jupyter extensions for running an RStudio rsession proxy
Fixes #121
Having the ability to choose between different R versions is very convenient. Because `jupyter-server-proxy` relies on iterating through entry points in each proxy package, the only way to enable that...
Can we use new RStudio icon? Waiting for answer... https://github.com/rstudio/rstudio/issues/10856 If the answer is negative, this release will be deleted.
### Bug description For some reason, with jupyterhub (v1.4.2 in docker), behind a reverse proxy, rstudio returns a malformed url, doubling the hostname separated by comma, like: "https://www.myhost.org%2C%20www.myhost.org/jupyter/user/victor/rstudio/auth-sign-in/?appUri=%2F" The %2C%20...
When someone clicks the sign-out button, next to the rstudio quit button at the top right, the user receives a `location` in the response headers of /user/soandso/rstudio/auth-sign-out/auth-sign-in. Since the user...
Hello, Thanks for the awesome work on jupyter-resession-proxy. After many hours of troubleshooting and debugging, perhaps I can save some time for future users: -1- The rserver/rsession process requires access...
The quit and sign-out button takes it to invalid jupyterhub page Is it possible to remap those buttons? Thanks
Add automated testing to be run during CI on PR merges. We need to verify that changes work on a local jupyter server, on a JupyterHub, and (if possible) on...
hello, I i successfully installed rstudio on the jupyter docker image. It works but when I click on the rstudio icon, during the first access of a session. I fall...
I have installed jupyterhub on linux box using z2jh guide. i have configured multiple profile lists and i am able to work with the profiles given on z2jh document. (https://zero-to-jupyterhub.readthedocs.io/en/latest/user-environment.html#using-multiple-profiles-to-let-users-select-their-environment)....