summaryrefslogtreecommitdiff
path: root/etc/pkgs/003-jupyter.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-18 15:18:05 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-18 15:18:05 -0500
commit4d1a164d0c5b3cdebccbcf3b78d19abee50677c0 (patch)
tree011b7607e1b9f7b878f5534415654c76a684a9d3 /etc/pkgs/003-jupyter.sh
parent34575a023b19cdafcae0db945a8c8d8e44e3455f (diff)
downloaddocker-pipeline-nb-4d1a164d0c5b3cdebccbcf3b78d19abee50677c0.tar.gz
Remove consolidated scripts
Diffstat (limited to 'etc/pkgs/003-jupyter.sh')
-rwxr-xr-xetc/pkgs/003-jupyter.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/pkgs/003-jupyter.sh b/etc/pkgs/003-jupyter.sh
deleted file mode 100755
index dfc312a..0000000
--- a/etc/pkgs/003-jupyter.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-set -x
-
-pip install --upgrade --progress-bar=off \
- notebook==5.7.2 \
- jupyterhub==0.9.4 \
- jupyterlab==0.35.4
-
-jupyter labextension install @jupyterlab/hub-extension@^0.12.0
-jupyter notebook --generate-config -y
-
-# Clean up
-npm cache clean --force
-rm -rf ${TOOLCHAIN}/share/jupyter/lab/staging
-rm -rf /home/${USER_ACCT}/.cache/yarn