Skip to content

Commit 9d6e050

Browse files
committed
point nbclassic at the classic jupyter_notebook_config path
1 parent 82a5768 commit 9d6e050

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nbclassic/notebookapp.py

+5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ class NotebookApp(
131131
"""
132132
).tag(config=True)
133133

134+
# Load configuration from classic notebook config file
135+
# for backwards compatibility
136+
def _config_file_name_default(self):
137+
return "jupyter_notebook_config"
138+
134139
static_custom_path = List(Unicode(),
135140
help=_i18n(
136141
"""Path to search for custom.js, css""")

0 commit comments

Comments
 (0)