Update install.sh
This commit is contained in:
parent
dd60976e19
commit
e458e73ac3
|
|
@ -11,7 +11,7 @@ apt install -y npm
|
|||
npm install -g configurable-http-proxy
|
||||
|
||||
# Install JupyterHub & Notebook
|
||||
sudo -H pip3 install notebook jupyterhub
|
||||
pip3 install notebook jupyterhub --break-system-packages
|
||||
|
||||
# Generate config & move
|
||||
jupyterhub --generate-config
|
||||
|
|
|
|||
Loading…
Reference in New Issue