I have rather specific question about jupyterhub-deploy-docker:
On line 7 of basic-example/jupyterhub_config.py where does get_config() come from?
I have rather specific question about jupyterhub-deploy-docker:
On line 7 of basic-example/jupyterhub_config.py where does get_config() come from?
get_config() and c are injected to the config-file loader by traitlets. They are the config object which configures everything in JupyterHub.