jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

Prepare to run in lab tab #88

Closed ryanlovett closed 4 years ago

ryanlovett commented 4 years ago

jupyter-server-proxy added support to run proxied apps in jupyterlab tabs, however some apps need to be configured to permit that. RStudio needs the option --www-frame-origin=same.

What happens if rserver is run with that option, but with an older jupyter-server-proxy?

ryanlovett commented 4 years ago

Works fine with https://github.com/jupyterhub/jupyter-rsession-proxy/pull/89.