Skip to content

Commit 52bc25e

Browse files
committed
ci-build.sh: fix jupyter notebook execution
1 parent 4cb5c13 commit 52bc25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if which jupyter >/dev/null 2>&1; then
193193
do
194194
echo
195195
echo "== $nbf =="
196-
jupyter nbconvert --execute --stdout "$nbf"
196+
jupyter nbconvert --to python --stdout --execute "$nbf"
197197
checkSuccess $?
198198
test "$success" -eq 0 || echo "$success" > success.tmp
199199
done

0 commit comments

Comments
 (0)