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 -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/b398a309-b4d5-49a6-8ea2-22ae57936ee4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
