mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
Update Spawner.hub_connect_url help message
This commit is contained in:
@@ -694,6 +694,9 @@ class Spawner(LoggingConfigurable):
|
|||||||
help="""
|
help="""
|
||||||
The URL the single-user server should connect to the Hub.
|
The URL the single-user server should connect to the Hub.
|
||||||
|
|
||||||
|
If the Hub URL set in your JupyterHub config is not reachable
|
||||||
|
from spawned notebooks, you can set differnt URL by this config.
|
||||||
|
|
||||||
- The default value is the hub_connect_url of JupyterHub config.
|
- The default value is the hub_connect_url of JupyterHub config.
|
||||||
"""
|
"""
|
||||||
).tag(config=True)
|
).tag(config=True)
|
||||||
|
Reference in New Issue
Block a user