From 3a25b32ce6ed18a2ffe1b245b767b5a73619cfe4 Mon Sep 17 00:00:00 2001 From: Daisuke Taniwaki Date: Thu, 21 Jan 2021 10:32:37 +0900 Subject: [PATCH] Update Spawner.hub_connect_url help message --- jupyterhub/spawner.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index 6dbc3d74..5d74c1f2 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -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)