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.
2 parents 9701743 + d73079e commit 42a5fe7Copy full SHA for 42a5fe7
base-notebook/start-notebook.sh
@@ -16,9 +16,9 @@ fi
16
17
if [[ -n "${JUPYTER_ENABLE_LAB}" ]]; then
18
# shellcheck disable=SC1091,SC2086
19
- exec /usr/local/bin/start.sh ${wrapper} ${NOTEBOOK_ARGS} jupyter lab "$@"
+ exec /usr/local/bin/start.sh ${wrapper} jupyter lab ${NOTEBOOK_ARGS} "$@"
20
else
21
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 "$@"
+ exec /usr/local/bin/start.sh ${wrapper} jupyter notebook ${NOTEBOOK_ARGS} "$@"
24
fi
0 commit comments