Skip to content

Commit 9fc3597

Browse files
committed
update to nbconvert --no-input
1 parent 6eac416 commit 9fc3597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_website_spectrogram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash -el {0}
4848
run: |
4949
cd ambient_sound_analysis
50-
jupyter nbconvert plot_noise_levels.ipynb --execute --to html --output-dir=_build/html
50+
jupyter nbconvert plot_noise_levels.ipynb --execute --to html --output-dir=_build/html --no-input
5151
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)