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

Add support for dynamic configurations #748

Merged
merged 1 commit into from
Jan 2, 2020

Commits on Nov 12, 2019

  1. Add support for dynamic configurations

    This change leverages a recent update to the traitlets library
    that exposes an application's loaded configuration files.  When enabled
    (via a positive value for `dynamic_config_interval`) it periodically
    checks the loaded configuration files for updates (via file modification
    times).  If updates are detected, the registered configurables are
    updated with the contents of the files.  See documentation for more details.
    
    Fixes jupyter-server#647
    kevin-bates committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4b1bddf View commit details
    Browse the repository at this point in the history