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 e11f31a commit e7c38b5Copy full SHA for e7c38b5
base-notebook/start-notebook.sh
@@ -5,7 +5,7 @@
5
set -e
6
7
if [[ -n "${JUPYTERHUB_API_TOKEN}" ]]; then
8
- echo "WARNING: use start-singleuser.sh instead of start-notebook.sh to start a server associated with JupyterHub."
+ echo "WARNING: using start-singleuser.sh instead of start-notebook.sh to start a server associated with JupyterHub."
9
exec /usr/local/bin/start-singleuser.sh "$@"
10
exit
11
fi
0 commit comments