diff --git a/setup_apps_miniforge.sh b/setup_apps_miniforge.sh index cc16f09..0671001 100644 --- a/setup_apps_miniforge.sh +++ b/setup_apps_miniforge.sh @@ -50,6 +50,8 @@ python3 -m venv /opt/jupyterhub/ /opt/jupyterhub/bin/python3 -m pip install ipywidgets jupyterlab-git jupyter-server-proxy npm install -g configurable-http-proxy +#Note: wheel and ipywidgets might not be required + echo "setup jupyterhub config..." mkdir -p /opt/jupyterhub/etc/jupyterhub/ cp jupyterhub_config_https.py /opt/jupyterhub/etc/jupyterhub/jupyterhub_config.py