From d7ee3d530120fc808992714799ba274d4f7c49a7 Mon Sep 17 00:00:00 2001 From: Ben Salmon Date: Fri, 23 Aug 2024 00:33:28 +0000 Subject: [PATCH] rename exercises --- .github/workflows/build-notebooks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-notebooks.yaml b/.github/workflows/build-notebooks.yaml index f708956..08ba001 100644 --- a/.github/workflows/build-notebooks.yaml +++ b/.github/workflows/build-notebooks.yaml @@ -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 @@ -42,4 +42,4 @@ jobs: - uses: EndBug/add-and-commit@v9 with: - add: "*.ipynb" \ No newline at end of file + add: "*.ipynb"