Commit 7dae682c authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge branch 'master' into test_packages

parents da7def3b 4609df0a
...@@ -34,10 +34,6 @@ fi ...@@ -34,10 +34,6 @@ fi
if [ ! -z "$JPY_HUB_API_URL" ]; then if [ ! -z "$JPY_HUB_API_URL" ]; then
NOTEBOOK_ARGS="--hub-api-url=$JPY_HUB_API_URL $NOTEBOOK_ARGS" NOTEBOOK_ARGS="--hub-api-url=$JPY_HUB_API_URL $NOTEBOOK_ARGS"
fi fi
if [ ! -z "$JUPYTER_ENABLE_LAB" ]; then NOTEBOOK_BIN="jupyterhub-singleuser"
NOTEBOOK_BIN="jupyter labhub"
else
NOTEBOOK_BIN="jupyterhub-singleuser"
fi
. /usr/local/bin/start.sh $NOTEBOOK_BIN $NOTEBOOK_ARGS "$@" . /usr/local/bin/start.sh $NOTEBOOK_BIN $NOTEBOOK_ARGS "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment