File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,11 @@ def get_build_scripts(self):
214214 "${NB_USER}" ,
215215 # Install nbrsessionproxy
216216 r"""
217- pip install --no-cache-dir nbrsessionproxy==0.8.0 && \
218- jupyter serverextension enable nbrsessionproxy --sys-prefix && \
219- jupyter nbextension install --py nbrsessionproxy --sys-prefix && \
220- jupyter nbextension enable --py nbrsessionproxy --sys-prefix
217+ pip install --no-cache-dir https://github.com/jupyterhub/jupyter-server-proxy/archive/7ac0125.zip && \
218+ pip install --no-cache-dir jupyter-rsession-proxy==1.0b6 && \
219+ jupyter serverextension enable jupyter_server_proxy --sys-prefix && \
220+ jupyter nbextension install --py jupyter_server_proxy --sys-prefix && \
221+ jupyter nbextension enable --py jupyter_server_proxy --sys-prefix
221222 """
222223 ),
223224 (
You can’t perform that action at this time.
0 commit comments