I’d like to import a short data file into the extraConfig section of config.yaml; this file contains secrets (tokens) that I obviously don’t want to github. In a standard Python distribution I’d put them into conf.py, and reference them with an import conf statement in the Python code.
My problem is that I don’t know the Python path for JupyterHub when it’s compiled into a container. Where should I put this file?
I’m using Z2JH on Kubernetes…