-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Labels
Description
e.g. support RStudio inside of this JupyterHub a la https://github.com/binder-examples/r
inquiring minds would like to know ;)
Status update 1 (added by CH)
Currently it is not possible to simply use RStudio with TLJH because it requires a feature that is only available in the "paid" version of RStudio (listening on Unix sockets), see #18 (comment)
Status update 2 (added by consideratio)
It seems to become possible thanks to:
- Adds socket option to rserver rstudio/rstudio#14938 (rstudio server 2024.10 and later)
- Adds support for unix_socket jupyter-rsession-proxy#151 (in the next release after 2.2.1)
jrdnbradford