We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a6945 commit ade3306Copy full SHA for ade3306
docs/autogen_config.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
import os
4
-from notebook.notebookapp import NotebookApp
+from nbclassic.notebookapp import NotebookApp
5
6
header = """\
7
.. _config:
docs/source/conf.py
@@ -357,4 +357,4 @@
357
spelling_word_list_filename='spelling_wordlist.txt'
358
359
# import before any doc is built, so _ is guaranteed to be injected
360
-import notebook.transutils
+import nbclassic.transutils
0 commit comments