Merge pull request #869 from betatim/update-server-proxy

[MRG] Update server proxy and rsession proxy
pull/857/head^2
Erik Sundell 2020-04-05 00:22:46 +02:00 zatwierdzone przez GitHub
commit d366af9a51
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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 jupyter-server-proxy==1.3.2 && \
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