From 456f4b3d480ff06db5eb1708ceb7c410cec82b11 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 5 Jul 2023 08:57:26 +0000 Subject: [PATCH] note added --- setup_apps_miniforge.sh | 2 ++ 1 file changed, 2 insertions(+) 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