[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)
|
||||
|
||||
$(PYPDFFILES) : %.pdf: %.py
|
||||
python $<
|
||||
echo $$(which python)
|
||||
python3 $<
|
||||
|
||||
cleanpythonplots :
|
||||
rm -f $(PYPDFFILES)
|
||||
|
@ -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}
|
||||
|
Reference in New Issue
Block a user