Skip to content

Commit

Permalink
point nbclassic at the classic jupyter_notebook_config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Aug 5, 2022
1 parent 82a5768 commit 9d6e050
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nbclassic/notebookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ class NotebookApp(
"""
).tag(config=True)

# Load configuration from classic notebook config file
# for backwards compatibility
def _config_file_name_default(self):
return "jupyter_notebook_config"

static_custom_path = List(Unicode(),
help=_i18n(
"""Path to search for custom.js, css""")
Expand Down

0 comments on commit 9d6e050

Please sign in to comment.