Skip to content

Commit

Permalink
Merge pull request #137 from Zsailer/notebook-config
Browse files Browse the repository at this point in the history
Point nbclassic at the classic jupyter_notebook_config path
  • Loading branch information
echarles committed Aug 6, 2022
2 parents 82a5768 + 479984c commit 33f5cbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nbclassic/notebookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ class NotebookApp(
"""
).tag(config=True)

# Load configuration from classic notebook config file
# for backwards compatibility
config_file_name = Unicode(
"jupyter_notebook_config",
config=True,
help="Specify a config file to load."
)

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

0 comments on commit 33f5cbd

Please sign in to comment.