I have a jupyter hubinstance running using the sudospawner to start individual notebook instances. Mostly this is working very well. However, I need to add various configuration commands to nbconvert so that html downloading from the notebook works correctly (hidden codecells, python markdown etc).
There appears to be no information about where the sudospawned jupyter instance picks up the nbconvert configuration from. The jupyterhub_config.py
file is in a directory ~jupyter/etc/jupyter
and so I have tried putting the jupyter_nbconvert_config.py
and jupyter_nbconvert_config.json
files there and they don't seem to be read.
Is there anything else I can try or can somebody point me to the right bit of the documentation?