Skip to content

Commit

Permalink
rename exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Salmon committed Aug 23, 2024
1 parent 9af3ebb commit d7ee3d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Build notebooks
run: |
jupyter nbconvert 01_CARE/care_solution.ipynb \
jupyter nbconvert 01_CARE/solution.ipynb \
--ClearOutputPreprocessor.enabled=True --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook \
--output care_exercise.ipynb
jupyter nbconvert 02_Noise2Void/n2v_solution.ipynb \
--output exercise.ipynb
jupyter nbconvert 02_Noise2Void/solution.ipynb \
--ClearOutputPreprocessor.enabled=True --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook \
--output n2v_exercise.ipynb
--output exercise.ipynb
jupyter nbconvert 03_COSDD/solution.ipynb \
--ClearOutputPreprocessor.enabled=True --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook \
--output exercise.ipynb
Expand All @@ -42,4 +42,4 @@ jobs:
- uses: EndBug/add-and-commit@v9
with:
add: "*.ipynb"
add: "*.ipynb"

0 comments on commit d7ee3d5

Please sign in to comment.