Skip to content

Commit 1ac81a3

Browse files
committed
Fix script
1 parent 5dff068 commit 1ac81a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.binder/postBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ find . -delete
2222
# Generate notebooks and remove other files from examples folder
2323
GENERATED_NOTEBOOKS_DIR=.generated-notebooks
2424
cp -r $TMP_CONTENT_DIR/examples $GENERATED_NOTEBOOKS_DIR
25+
rm $GENERATED_NOTEBOOKS_DIR/utils.py
2526

2627
find $GENERATED_NOTEBOOKS_DIR -name '*.py' -exec sphx_glr_python_to_jupyter.py '{}' +
2728
NON_NOTEBOOKS=$(find $GENERATED_NOTEBOOKS_DIR -type f | grep -v '\.ipynb')

0 commit comments

Comments
 (0)