We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcecb31 commit 52f7f3bCopy full SHA for 52f7f3b
images/base-notebook/start-singleuser.py
@@ -8,9 +8,7 @@
8
# Entrypoint is start.sh
9
command = ["jupyterhub-singleuser"]
10
11
-# set default ip to 0.0.0.0
12
-if "--ip=" not in os.environ.get("NOTEBOOK_ARGS", ""):
13
- command.append("--ip=0.0.0.0")
+# JupyterHub singleuser arguments are set using environment variables
14
15
# Append any optional NOTEBOOK_ARGS we were passed in.
16
# This is supposed to be multiple args passed on to the notebook command,
0 commit comments