jupyter-rsession-proxy
jupyter-rsession-proxy copied to clipboard
Jupyter extensions for running an RStudio rsession proxy
I tried to install this on my jupyterhub server with docker but 500 error occurred. According to the log, it could not find rserver on PATH. What should I do...
I have recently upgraded from nbrsessionproxy to jupyter-rsession-proxy. From inside a docker container, I am trying to launch a shiny example from rstudio. It used to work in the previous...
I'm not sure if this is the same issue as #59 but when we tested with 70 students in class today those using Chrome could see the launcher icons in...
I have installed jupyter-rsession-proxy as set out in the documentation and the Dockerfile within a custom Dockerfile I created. (Basically, it combines R, Python, Julia and Octave and some extensions...
Hello, Thanks for all of the work integrating R and RStudio, it is much appreciated. After a gentle prodding by Yuvi, I would like to put in a feature request...
I'm working my way through getting `nbrsessionproxy` installed installed on my JupyterHub stack that uses DockerSpawner and JupyterLab. I've inched forward and can now manually run R Studio Server from...
I am getting 500 : Internal Server Error when I start rstudio session. Any help on how I could solve this would be appreciated. Note I have my jupyterhub in...
Hi, When I try to click on `RStudio Session`, I get an error containing the following message: ``` [I 2018-08-06 04:03:55.988 SingleUserNotebookApp handlers:438] No existing rsession found [I 2018-08-06 04:03:55.988...
The `package.json` is using the `^` version operator, which limits most packages to old versions.
PR: https://github.com/jupyterhub/jupyter-rsession-proxy/issues/138 ### Bug description I noticed that jupyter-server-proxy expects a float value for timeout, instead of string. #### Expected behaviour Timeouts for how long proxy server is waiting for...