jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
69 stars 60 forks source link

fix loading of static and template path config #192

Closed minrk closed 1 year ago

minrk commented 1 year ago

these config options were ignored because the path attributes were defined several times, each overriding the last.

The final loaded version that's actually used ignored configuration, making it impossible to load custom template config.