Commit fc3d33dd authored by blackheaven's avatar blackheaven
Browse files

Update jupyterhub_installation.sh

parents
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
#!/bin/bash
sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list && apt update
apt install nodejs npm  -y
npm install -g configurable-http-proxy
pip install --upgrade --force-reinstall --no-cache-dir jupyter
pip uninstall notebook -y
pip install --upgrade notebook jupyter jupyterlab jupyterhub