Skip to content

Commit

Permalink
typo in default contents manager class
Browse files Browse the repository at this point in the history
it's jupyter_server.services.contents, not jupyter_server.contents.services
  • Loading branch information
minrk committed Sep 15, 2023
1 parent 3797497 commit af4d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/notebookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ def _update_mathjax_config(self, change):
# and allow jupyter_server contents managers to pass
# through. If jupyter_server is not installed, this class
# will be ignored.
'jupyter_server.contents.services.managers.ContentsManager'
"jupyter_server.services.contents.managers.ContentsManager",
],
config=True,
help=_('The notebook manager class to use.')
Expand Down

0 comments on commit af4d1c9

Please sign in to comment.