[global] switch off solutions, set py3 explicitly (bad)
This commit is contained in:
parent
780fba24c4
commit
5cf23aba85
@ -8,7 +8,8 @@ PYPDFFILES=$(PYFILES:.py=.pdf)
|
|||||||
pythonplots : $(PYPDFFILES)
|
pythonplots : $(PYPDFFILES)
|
||||||
|
|
||||||
$(PYPDFFILES) : %.pdf: %.py
|
$(PYPDFFILES) : %.pdf: %.py
|
||||||
python $<
|
echo $$(which python)
|
||||||
|
python3 $<
|
||||||
|
|
||||||
cleanpythonplots :
|
cleanpythonplots :
|
||||||
rm -f $(PYPDFFILES)
|
rm -f $(PYPDFFILES)
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
\lstset{inputpath=regression/code}
|
\lstset{inputpath=regression/code}
|
||||||
\include{regression/lecture/regression}
|
\include{regression/lecture/regression}
|
||||||
|
|
||||||
\setboolean{showexercisesolutions}{true}
|
\setboolean{showexercisesolutions}{false}
|
||||||
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}}
|
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}}
|
||||||
\lstset{inputpath=likelihood/code}
|
\lstset{inputpath=likelihood/code}
|
||||||
\include{likelihood/lecture/likelihood}
|
\include{likelihood/lecture/likelihood}
|
||||||
|
Reference in New Issue
Block a user