Hey all, I noticed that Jupyterhub docs state the following about loading config files...
> Since the single-user server extends the notebook server application, it > still loads configuration from the ipython_notebook_config.py config > file. Each user may have one of these files in > $HOME/.ipython/profile_default/. IPython also supports loading > system-wide config files from /etc/ipython/, which is the place to put > configuration that you want to affect all of your users. but the Jupyter docs say the config file is called "jupyter_notebook_config.py" (I assume that would also mean the sys wide location is /etc/jupyter) Is this correct ? I'm trying to load a custom config file when a new user server is spawned and not having any luck. thank you, -phil -- 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/3a71b95f-3219-4d39-9927-e1d348cd94dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
