Closed consideRatio closed 3 years ago
In z2jh, the introduction of hub.config has been great! This PR does the same, introducing a general location to set static configuration of traitlets, such as JupyterHubSSH.debug.
hub.config
JupyterHubSSH.debug
Example:
ssh: config: JupyterHubSSH: debug: true
Fair enough, @consideRatio. Splitting the charts is a good idea - I didn't do it because I was lazy :D
Thank you @yuvipanda :tada:
Hey btw, seen this? :)
In z2jh, the introduction of
hub.config
has been great! This PR does the same, introducing a general location to set static configuration of traitlets, such asJupyterHubSSH.debug
.Example: