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 fe917bb commit c8ba7a2Copy full SHA for c8ba7a2
docs/conf.py
@@ -78,4 +78,4 @@
78
for example_notebook in Path("../demo").glob("*/demo.ipynb"):
79
# Copy the example notebook to the docs folder
80
dest = (Path("demo_notebooks") / example_notebook.parent.name).with_suffix(".ipynb")
81
- shutil.copyfile(example_notebook, dest)
+ shutil.copyfile(example_notebook, dest)
0 commit comments