kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix up the server proxy package to get websockets back
rodzic
f3c7bf7169
commit
bfa26bdf42
|
@ -214,10 +214,11 @@ class RBuildPack(PythonBuildPack):
|
||||||
"${NB_USER}",
|
"${NB_USER}",
|
||||||
# Install nbrsessionproxy
|
# Install nbrsessionproxy
|
||||||
r"""
|
r"""
|
||||||
pip install --no-cache-dir nbrsessionproxy==0.8.0 && \
|
pip install --no-cache-dir https://github.com/jupyterhub/jupyter-server-proxy/archive/7ac0125.zip && \
|
||||||
jupyter serverextension enable nbrsessionproxy --sys-prefix && \
|
pip install --no-cache-dir jupyter-rsession-proxy==1.0b6 && \
|
||||||
jupyter nbextension install --py nbrsessionproxy --sys-prefix && \
|
jupyter serverextension enable jupyter_server_proxy --sys-prefix && \
|
||||||
jupyter nbextension enable --py nbrsessionproxy --sys-prefix
|
jupyter nbextension install --py jupyter_server_proxy --sys-prefix && \
|
||||||
|
jupyter nbextension enable --py jupyter_server_proxy --sys-prefix
|
||||||
"""
|
"""
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
|
Ładowanie…
Reference in New Issue