We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8882c50 + 7b4a48e commit 4609df0Copy full SHA for 4609df0
base-notebook/start-singleuser.sh
@@ -34,10 +34,6 @@ fi
34
if [ ! -z "$JPY_HUB_API_URL" ]; then
35
NOTEBOOK_ARGS="--hub-api-url=$JPY_HUB_API_URL $NOTEBOOK_ARGS"
36
fi
37
-if [ ! -z "$JUPYTER_ENABLE_LAB" ]; then
38
- NOTEBOOK_BIN="jupyter labhub"
39
-else
40
- NOTEBOOK_BIN="jupyterhub-singleuser"
41
-fi
+NOTEBOOK_BIN="jupyterhub-singleuser"
42
43
. /usr/local/bin/start.sh $NOTEBOOK_BIN $NOTEBOOK_ARGS "$@"
0 commit comments