From 92900ed4125309f8517c2edc069e968f7ca2efdf Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 29 Mar 2017 11:07:00 +0200 Subject: [PATCH] Remove ignored config_dir arg to config_manager it's spelled wrong and ignored (with a DeprecationWarning from traitlets) --- notebook/notebookapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 797e9514f..dac540550 100755 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -1046,7 +1046,6 @@ class NotebookApp(JupyterApp): self.config_manager = self.config_manager_class( parent=self, log=self.log, - config_dir=os.path.join(self.config_dir, 'nbconfig'), ) def init_logging(self):