Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jun 29, 2024
1 parent fa5d213 commit 5c3db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test -e test.png && rm test.png
# Trust notebooks such that users can see their HTML and JS output
echo postBuild: Trusting notebooks...
for notebook in notebooks/*.ipynb docs/notebooks/*.ipynb docs/beta/notebooks/*.ipynb; do
echo postBuild: Trusting notebook "$notebook" ...
# echo postBuild: Trusting notebook "$notebook" ...
jupyter trust "$notebook"
done

Expand Down

0 comments on commit 5c3db97

Please sign in to comment.