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 8b12f72 commit 43f9c74Copy full SHA for 43f9c74
scripts/autogen.py
@@ -210,7 +210,7 @@ def process_one_dir(src_dir, target_dir):
210
name = fname[:-3]
211
py_path = Path(src_dir) / fname
212
nb_path = target_dir / (name + ".ipynb")
213
- py_to_nb(py_path, nb_path, fill_outputs=False)
+ tutobooks.py_to_nb(py_path, nb_path, fill_outputs=False)
214
215
# Guides
216
guides_dir = Path(self.guides_dir)
0 commit comments