Closed consideRatio closed 4 months ago
The implementation is like z2jh, which is documented there:
Additional values to pass to the Hub. JupyterHub will not itself look at these, but you can read values in your own custom config via hub.extraConfig. For example: custom: myHost: "https://example.horse" hub: extraConfig: myConfig.py: | c.MyAuthenticator.host = get_config("custom.myHost")
Additional values to pass to the Hub. JupyterHub will not itself look at these, but you can read values in your own custom config via hub.extraConfig. For example:
custom: myHost: "https://example.horse" hub: extraConfig: myConfig.py: | c.MyAuthenticator.host = get_config("custom.myHost")
This can be used to help toggle larger code sections in extraConfig for example.
The implementation is like z2jh, which is documented there:
This can be used to help toggle larger code sections in extraConfig for example.