don't execute so you don't need sage installed
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ clean:
|
|||||||
rm -r html
|
rm -r html
|
||||||
|
|
||||||
html/%.html: notebooks/%.ipynb | 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)/' $@
|
sed -i 's/$(badmathjax)/$(goodmathjax)/' $@
|
||||||
|
|
||||||
html:
|
html:
|
||||||
|
|||||||
Reference in New Issue
Block a user