From 2d8fc30d04db768bd6dc1ceab4c6b093517df40f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 14 Sep 2020 15:19:40 -0500 Subject: [PATCH] Fix ipynb example run script --- build-py-project-and-run-examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-py-project-and-run-examples.sh b/build-py-project-and-run-examples.sh index e51a86d20..b7cc829ca 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() { -- GitLab