Skip to content

Commit 92900ed

Browse files
committed
Remove ignored config_dir arg to config_manager
it's spelled wrong and ignored (with a DeprecationWarning from traitlets)
1 parent e9c9c3a commit 92900ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebook/notebookapp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ def init_configurables(self):
10461046
self.config_manager = self.config_manager_class(
10471047
parent=self,
10481048
log=self.log,
1049-
config_dir=os.path.join(self.config_dir, 'nbconfig'),
10501049
)
10511050

10521051
def init_logging(self):

0 commit comments

Comments
 (0)