Update server proxy and rsession proxy

Both haven't been updated in a long time (~1yr) so we should refresh
them. This brings both to the latest commit in their repos.
pull/869/head
Tim Head 2020-04-04 15:05:00 +02:00
rodzic fce6488d35
commit 8b5b55732a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -55,8 +55,8 @@ def rstudio_base_scripts():
"${NB_USER}",
# Install nbrsessionproxy
r"""
pip install --no-cache-dir https://github.com/jupyterhub/jupyter-server-proxy/archive/7ac0125.zip && \
pip install --no-cache-dir jupyter-rsession-proxy==1.0b6 && \
pip install --no-cache-dir https://github.com/jupyterhub/jupyter-server-proxy/archive/00be53dfed8ab5a0baaf8332e3fc6bd44dc5bf1a.zip && \
pip install --no-cache-dir https://github.com/jupyterhub/jupyter-rsession-proxy/archive/d5efed5455870556fc414f30871d0feca675a4b4.zip && \
jupyter serverextension enable jupyter_server_proxy --sys-prefix && \
jupyter nbextension install --py jupyter_server_proxy --sys-prefix && \
jupyter nbextension enable --py jupyter_server_proxy --sys-prefix