Skip to content

Commit 886f8d3

Browse files
authored
notebook not lab
1 parent 117f251 commit 886f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/src/main/resources/init-resources/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if [ ! -z "$JUPYTER_DOCKER_IMAGE" ] ; then
362362
docker exec ${JUPYTER_SERVER_NAME} sed -i '/^# to mount there as it effectively deletes existing files on the image/,+5d' ${JUPYTER_HOME}/jupyter_notebook_config.py
363363

364364
# Start Jupyter server
365-
docker exec -d $JUPYTER_SERVER_NAME /bin/bash -c "export NOTEBOOKS_DIR=$NOTEBOOKS_DIR && (/etc/jupyter/scripts/run-jupyter.sh $NOTEBOOKS_DIR || /etc/jupyter/bin/jupyter lab)"
365+
docker exec -d $JUPYTER_SERVER_NAME /bin/bash -c "export NOTEBOOKS_DIR=$NOTEBOOKS_DIR && (/etc/jupyter/scripts/run-jupyter.sh $NOTEBOOKS_DIR || /etc/jupyter/bin/jupyter notebook)"
366366
fi
367367

368368
# Configuring RStudio, if enabled

0 commit comments

Comments
 (0)