Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
build: fixed needed nbconvert flag with v6
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 30, 2022
1 parent 5dcf0e7 commit c0aab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test:
.PHONY: test-notebooks
test-notebooks: examples/*.ipynb
for file in $^; do \
poetry run jupyter nbconvert --execute $${file}; \
poetry run jupyter nbconvert --to=html --execute $${file}; \
done

.PHONY: test-examples
Expand Down

0 comments on commit c0aab3e

Please sign in to comment.