Hi there,
we are running jupyterhub with systemdspawner.
The docs suggest to set
c.Spawner.disable_user_config = True
in jupyterhub_config.py for security reasons. By enabling this option, config files in each user's home directory are ignored.
Now I'm trying to get jupyter-themes working.
The command "! jt -t <theme-name>" writes a custom.css file into the issuing user's home directory,
but I guess due to the setting mentioned above, it is ignored.
Do you know if there's a way to have jupyter-themes working while having "disable_user_config = True" ?
Kind regards
Dirk