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 5dff068 commit 1ac81a3Copy full SHA for 1ac81a3
1 file changed
.binder/postBuild
@@ -22,6 +22,7 @@ find . -delete
22
# Generate notebooks and remove other files from examples folder
23
GENERATED_NOTEBOOKS_DIR=.generated-notebooks
24
cp -r $TMP_CONTENT_DIR/examples $GENERATED_NOTEBOOKS_DIR
25
+rm $GENERATED_NOTEBOOKS_DIR/utils.py
26
27
find $GENERATED_NOTEBOOKS_DIR -name '*.py' -exec sphx_glr_python_to_jupyter.py '{}' +
28
NON_NOTEBOOKS=$(find $GENERATED_NOTEBOOKS_DIR -type f | grep -v '\.ipynb')
0 commit comments