don't execute so you don't need sage installed

This commit is contained in:
filifa 2025-09-18 21:49:18 -04:00
parent 3d1371aec6
commit a399ec9454
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ clean:
rm -r html
html/%.html: notebooks/%.ipynb | html
jupyter nbconvert --to html $< --output $@ --execute --output-dir=.
jupyter nbconvert --to html $< --output $@ --output-dir=.
sed -i 's/$(badmathjax)/$(goodmathjax)/' $@
html: