diff --git a/build-py-project-and-run-examples.sh b/build-py-project-and-run-examples.sh index e51a86d2085364ca142f5bfde3380a9fade0de01..b7cc829caa11dd9e4b046e9a78ef0be062ce0506 100644 --- a/build-py-project-and-run-examples.sh +++ b/build-py-project-and-run-examples.sh @@ -25,7 +25,7 @@ function run_py_examples() } function run_ipynb_examples() { - run_examples "*.ipynb" "${PY_EXE} -m nbconvert --execute" + run_examples "*.ipynb" "${PY_EXE} -m nbconvert --to html --execute" } function run_floopy_examples() {