Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

surface config.d nbserver_extensions to the NotebookApp config object #4376

Merged
merged 1 commit into from
Feb 25, 2019

Commits on Jan 31, 2019

  1. surface config.d nbserver_extensions to the NotebookApp config object

    - separates nbserver_extension config loading into new 
    init_server_extension_config method 
    - adds init_server_extension_config to the initialize funciton before 
    the init_webapp call
    - adds nbserver_extension configuration found in config.d files (by the 
    BaseJSONConfigLoader) to both the underlying NotebookApp config object 
    and the self.nbserver_extensions value
    - makes self.nbserver_extensions the canonical location for identifying 
    all nbserver_extensions rather than temporary extensions variable
    mpacer committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    134c8b6 View commit details
    Browse the repository at this point in the history