summaryrefslogtreecommitdiff
path: root/etc/pkgs/001-jupyter.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-03-04 10:37:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-03-04 10:37:43 -0500
commit733eaa196f13923912851d0be0b24614da0102df (patch)
treea99a40b503f327336710a0fbe438bd2f4213e421 /etc/pkgs/001-jupyter.sh
parenta148c34c9eea8a524e6e5c60df58a508e76fbb45 (diff)
downloaddocker-pipeline-nb-733eaa196f13923912851d0be0b24614da0102df.tar.gz
Handle notebook issue #4399
Diffstat (limited to 'etc/pkgs/001-jupyter.sh')
-rwxr-xr-xetc/pkgs/001-jupyter.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pkgs/001-jupyter.sh b/etc/pkgs/001-jupyter.sh
index dfc312a..7ff1cd4 100755
--- a/etc/pkgs/001-jupyter.sh
+++ b/etc/pkgs/001-jupyter.sh
@@ -6,6 +6,10 @@ pip install --upgrade --progress-bar=off \
jupyterhub==0.9.4 \
jupyterlab==0.35.4
+# Workaround for kernel+WebSocket failure
+# See: https://github.com/jupyter/notebook/issues/4399
+pip install --progress-bar=off tornado==5.1.1
+
jupyter labextension install @jupyterlab/hub-extension@^0.12.0
jupyter notebook --generate-config -y