Hello!
I’m studying some aspects of TLJH to setup my own configuration of a “raw” (without TLJH) JupyterHub, and was wondering if we can obtain the JupyterHub configuration generated by TLJH in the same format as “jupyterhub --generate-config” would produce.
Thanks for these cool projects!
It’s not in the same format, but you should be able to see the computed config with jupyterhub --show-config -f /opt/tljh/config/jupyterhub_config.py
1 Like