We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b8f90 commit 1f04ff2Copy full SHA for 1f04ff2
nb-convert.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -e
+set -euo pipefail
4
5
jupyter nbconvert --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags no-convert --to script docs/examples/*.ipynb &&
6
shopt -s nullglob && # Prevents the loop from running if there are no .txt files
nb-output-check.sh
@@ -9,4 +9,3 @@ for notebook in docs/examples/*.ipynb; do
9
done
10
11
echo "All notebooks have valid execution counts."
12
-exit 0
0 commit comments