We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66074a3 commit a406a63Copy full SHA for a406a63
nb-convert.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-jupyter nbconvert --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags no-convert --to script docs/examples/*.ipynb &&
+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
7
for file in docs/examples/*.txt;
8
do mv -- "$file" "${file%.txt}.py";
0 commit comments