Skip to content

Commit

Permalink
Merge pull request #1042 from twalcari/patch-2
Browse files Browse the repository at this point in the history
Fix #1041: Update JupyterLab start command
  • Loading branch information
parente committed Mar 13, 2020
2 parents 8882c50 + 7b4a48e commit 4609df0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions base-notebook/start-singleuser.sh
Expand Up @@ -34,10 +34,6 @@ fi
if [ ! -z "$JPY_HUB_API_URL" ]; then
NOTEBOOK_ARGS="--hub-api-url=$JPY_HUB_API_URL $NOTEBOOK_ARGS"
fi
if [ ! -z "$JUPYTER_ENABLE_LAB" ]; then
NOTEBOOK_BIN="jupyter labhub"
else
NOTEBOOK_BIN="jupyterhub-singleuser"
fi
NOTEBOOK_BIN="jupyterhub-singleuser"

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

0 comments on commit 4609df0

Please sign in to comment.