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 9701743 commit d73079eCopy full SHA for d73079e
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