Skip to content

Commit ade3306

Browse files
committed
docs should import nbclassic
1 parent 76a6945 commit ade3306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/autogen_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import os
4-
from notebook.notebookapp import NotebookApp
4+
from nbclassic.notebookapp import NotebookApp
55

66
header = """\
77
.. _config:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,4 @@
357357
spelling_word_list_filename='spelling_wordlist.txt'
358358

359359
# import before any doc is built, so _ is guaranteed to be injected
360-
import notebook.transutils
360+
import nbclassic.transutils

0 commit comments

Comments
 (0)