build: use 'jupyter nbconvert' instead of 'ipython nbconvert'
The latter is deprecatd. * configure.ac: Check for jupyter. * tests/Makefile.am: Adjust. * HACKING: Mention we need jupyter.
This commit is contained in:
parent
4d2ced1b07
commit
d5b641a7dc
3 changed files with 3 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ CLEANFILES = python/test1.dve python/test1.dve2C python/test1.dve.cpp
|
|||
|
||||
SUFFIXES = .ipynb .html
|
||||
.ipynb.html:
|
||||
$(IPYTHON) nbconvert $< --to html --stdout >$@
|
||||
$(JUPYTER) nbconvert $< --to html --stdout >$@
|
||||
|
||||
.PHONY: nb-html
|
||||
nb-html: $(TESTS_ipython:.ipynb=.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue