[global] switch off solutions, set py3 explicitly (bad)

This commit is contained in:
Jan Grewe 2018-11-02 11:03:04 +01:00
parent 780fba24c4
commit 5cf23aba85
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ PYPDFFILES=$(PYFILES:.py=.pdf)
pythonplots : $(PYPDFFILES)
$(PYPDFFILES) : %.pdf: %.py
python $<
echo $$(which python)
python3 $<
cleanpythonplots :
rm -f $(PYPDFFILES)

View File

@ -67,7 +67,7 @@
\lstset{inputpath=regression/code}
\include{regression/lecture/regression}
\setboolean{showexercisesolutions}{true}
\setboolean{showexercisesolutions}{false}
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}}
\lstset{inputpath=likelihood/code}
\include{likelihood/lecture/likelihood}