mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Merge pull request #1042 from twalcari/patch-2
Fix #1041: Update JupyterLab start command
This commit is contained in:
@@ -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 "$@"
|
||||
|
Reference in New Issue
Block a user