jupyter-rsession-proxy icon indicating copy to clipboard operation
jupyter-rsession-proxy copied to clipboard

Jupyter extensions for running an RStudio rsession proxy

Results 42 jupyter-rsession-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

I noticed that jupyter-server-proxy expects a float value for timeout, instead of string. Currently setting environment variables throw this error: ``` [E 2022-10-11 11:24:26.180 SingleUserNotebookApp web:1798] Uncaught exception GET /user/test/rstudio/...

We spawn single user jupyterhub instances by setting the c.Spawner.cmd to a script that initiates a login shell with "!#/bin/bash -l". This allows us to dereference shell variables that were...

### Proposed change This extension has two setup functions, `setup_rserver` and `setup_rsession`, although only `setup_rserver` is actually used. Those functions map to RStudio's `rserver` and `rsession` executables. `rserver` is the...

enhancement

### Bug description Annoyingly, RStudio (though not R itself) decides to ignore global system environmental variables and only recognizes those environmental variables declared in an Renviron file (i.e. either $R_HOME/etc/Renviron.site,...

bug

### Bug description In Codespace, using jupyter-rsession-proxy to launch RStudio opens a window with a strange-looking URL. For example, Jupyter Lab URL: https://bookish-engine-7vjg45pq4xhpw4-8888.app.github.dev/lab RStudio launched URL: https://bookish-engine-7vjg45pq4xhpw4-8888.app.github.dev:8888/rstudio/auth-sign-in?appUri=%2F ### How to...

bug

### Bug description When I sign out of rstudio, I get this error : ``` jupyterhub | 22:18:37.732 [ConfigProxy] error: 503 POST /csopra/jupyterhub/user/root/rstudio/events/get_events socket hang up ``` #### Expected behaviour...

bug

### Proposed change Currently, the working directory is always `/home/jovyan` when RStudio is started. I have Jupyterhub running on Kubernetes, I have set it so that the Home Env variable...

enhancement

### Bug description I have not been able to get jupyter-rsession-proxy to work in a Google Cloud Vertex AI Jupyter Notebook. I understand this is pretty niche and platform specific,...

bug

This PR enables RStudio connections via sockets in combination with this PR for RStudio https://github.com/rstudio/rstudio/pull/14938

new

### Bug description Creating an issue for tracking/discussion - I will submit a PR as well. Within the RStudio package help pane, links to other help topics will sometimes return...

bug