note added
This commit is contained in:
parent
0af027fbf7
commit
456f4b3d48
|
@ -50,6 +50,8 @@ python3 -m venv /opt/jupyterhub/
|
||||||
/opt/jupyterhub/bin/python3 -m pip install ipywidgets jupyterlab-git jupyter-server-proxy
|
/opt/jupyterhub/bin/python3 -m pip install ipywidgets jupyterlab-git jupyter-server-proxy
|
||||||
npm install -g configurable-http-proxy
|
npm install -g configurable-http-proxy
|
||||||
|
|
||||||
|
#Note: wheel and ipywidgets might not be required
|
||||||
|
|
||||||
echo "setup jupyterhub config..."
|
echo "setup jupyterhub config..."
|
||||||
mkdir -p /opt/jupyterhub/etc/jupyterhub/
|
mkdir -p /opt/jupyterhub/etc/jupyterhub/
|
||||||
cp jupyterhub_config_https.py /opt/jupyterhub/etc/jupyterhub/jupyterhub_config.py
|
cp jupyterhub_config_https.py /opt/jupyterhub/etc/jupyterhub/jupyterhub_config.py
|
||||||
|
|
Loading…
Reference in New Issue