Update Spawner.hub_connect_url help message

This commit is contained in:
Daisuke Taniwaki
2021-01-21 10:32:37 +09:00
parent ba2608c643
commit 3a25b32ce6

View File

@@ -694,6 +694,9 @@ class Spawner(LoggingConfigurable):
help="""
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.
"""
).tag(config=True)