Kalman-and-Bayesian-Filters.../pdf/build_book.bat
Roger Labbe 8463014958 Disable interactive plots for PDF.
nbconvert cannot output interactive plots to PDF. I wrote code
to remove all of the %matplotlib notebook magic, rerun the notebooks,
and then create the PDF.
2017-01-14 13:15:24 -08:00

8 lines
192 B
Batchfile

rem call run_notebooks
rem cd ..
ipython merge_book.py
jupyter nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf