You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-use ServerApp.config_file_paths for consistency (#715)
* Use app.config_file_path to find server extensions
This property in the base class already has the same logic to add config_dir to jupyter_config_path
JupyterHub overrides this to have slightly different logic, and the same should apply here
* extensions should inherit parent's config_file_path
base ServerApp should have total control over config file loading
0 commit comments