don't execute so you don't need sage installed
This commit is contained in:
parent
3d1371aec6
commit
a399ec9454
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:
|
||||||
|
|
Loading…
Reference in New Issue