From dd0fcc010240085f6ffbdaeee0979c0490a96f4c Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 12 Nov 2021 19:52:23 +0300 Subject: [PATCH] Update base-notebook/start-notebook.sh --- base-notebook/start-notebook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/start-notebook.sh b/base-notebook/start-notebook.sh index d1b3d8a2..9ceee920 100755 --- a/base-notebook/start-notebook.sh +++ b/base-notebook/start-notebook.sh @@ -18,7 +18,7 @@ if [[ -n "${JUPYTER_ENABLE_LAB}" ]]; then # shellcheck disable=SC1091,SC2086 exec /usr/local/bin/start.sh ${wrapper} ${NOTEBOOK_ARGS} jupyter lab "$@" else - echo "WARN: Jupyter Notebook deprecation notice https://github.com/jupyter/docker-stacks#jupyter-notebook-deprecation-notice." + echo "WARNING: Jupyter Notebook deprecation notice https://github.com/jupyter/docker-stacks#jupyter-notebook-deprecation-notice." # shellcheck disable=SC1091,SC2086 exec /usr/local/bin/start.sh ${wrapper} ${NOTEBOOK_ARGS} jupyter notebook "$@" fi