We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440efe0 commit c63805aCopy full SHA for c63805a
jupyter_server/extension/application.py
@@ -216,7 +216,6 @@ def _prepare_config(self):
216
traits = self.class_own_traits().keys()
217
self.extension_config = Config({t: getattr(self, t) for t in traits})
218
self.serverapp.web_app.settings['{}_config'.format(self.extension_name)] = self.extension_config
219
- self.settings['{}_config'.format(self.extension_name)] = self.extension_config
220
221
def _prepare_settings(self):
222
# Make webapp settings accessible to initialize_settings method
0 commit comments