We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fd535 commit dd0fcc0Copy full SHA for dd0fcc0
base-notebook/start-notebook.sh
@@ -18,7 +18,7 @@ if [[ -n "${JUPYTER_ENABLE_LAB}" ]]; then
18
# shellcheck disable=SC1091,SC2086
19
exec /usr/local/bin/start.sh ${wrapper} ${NOTEBOOK_ARGS} jupyter lab "$@"
20
else
21
- 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."
22
23
exec /usr/local/bin/start.sh ${wrapper} ${NOTEBOOK_ARGS} jupyter notebook "$@"
24
fi
0 commit comments