Update notebook/notebookapp.py

Co-authored-by: Kevin Bates <kbates4@gmail.com>
pull/5957/head
Steven Silvester 5 years ago committed by GitHub
parent 3865b7f2e5
commit ff5399a5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1407,7 +1407,7 @@ class NotebookApp(JupyterApp):
new = new.__module__
if new.startswith('jupyter_server'):
self.log.warn(
self.log.warning(
"The specified 'contents_manager_class' class inherits a manager from the "
"'jupyter_server' package. These (future-looking) managers are not "
"guaranteed to work with the 'notebook' package. For longer term support "

Loading…
Cancel
Save