From a399ec9454d72198291e08339a06ad600f61b6dd Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 18 Sep 2025 21:49:18 -0400 Subject: [PATCH] don't execute so you don't need sage installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc79962..7b3c673 100644 --- a/Makefile +++ b/Makefile @@ -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: