note added

This commit is contained in:
Nicolas 2023-07-05 08:57:26 +00:00
parent 0af027fbf7
commit 456f4b3d48
1 changed files with 2 additions and 0 deletions

View File

@ -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