Skip to content

Commit

Permalink
phase jupyter notebooks command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreMary committed Aug 2, 2024
1 parent 2423129 commit 48e7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/gallery/run_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ fi

for f in `ls */*.ipynb`
do
jupyter nbconvert $args $f >> /dev/null
jupyter nbconvert $args $f --to html >> /dev/null
done

0 comments on commit 48e7507

Please sign in to comment.