Remove ignored config_dir arg to config_manager

it's spelled wrong and ignored (with a DeprecationWarning from traitlets)
Min RK 9 years ago
parent e9c9c3a10e
commit 92900ed412

@ -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):

Loading…
Cancel
Save