Kalman-and-Bayesian-Filters.../pdf/build_book.bat

7 lines
159 B
Batchfile
Raw Normal View History

2015-04-04 19:30:50 +02:00
python merge_book.py
ipython nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
2014-05-27 06:14:18 +02:00