Skip to content

Commit

Permalink
Bring back the quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Aug 27, 2024
1 parent 0f703a9 commit 0506c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb-convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e

jupyter nbconvert --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags no-convert --to script docs/examples/*.ipynb &&
for file in docs/examples/*.txt;
do mv -- $file ${file%.txt}.py;
do mv -- "$file" "${file%.txt}.py";
done

0 comments on commit 0506c8c

Please sign in to comment.