Skip to content

Commit 4609df0

Browse files
authored
Merge pull request #1042 from twalcari/patch-2
Fix #1041: Update JupyterLab start command
2 parents 8882c50 + 7b4a48e commit 4609df0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

base-notebook/start-singleuser.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ fi
3434
if [ ! -z "$JPY_HUB_API_URL" ]; then
3535
NOTEBOOK_ARGS="--hub-api-url=$JPY_HUB_API_URL $NOTEBOOK_ARGS"
3636
fi
37-
if [ ! -z "$JUPYTER_ENABLE_LAB" ]; then
38-
NOTEBOOK_BIN="jupyter labhub"
39-
else
40-
NOTEBOOK_BIN="jupyterhub-singleuser"
41-
fi
37+
NOTEBOOK_BIN="jupyterhub-singleuser"
4238

4339
. /usr/local/bin/start.sh $NOTEBOOK_BIN $NOTEBOOK_ARGS "$@"

0 commit comments

Comments
 (0)