2017-01-18 21:23:06 +01:00
|
|
|
call run_notebooks
|
|
|
|
cd ..
|
2016-01-23 16:18:43 +01:00
|
|
|
ipython merge_book.py
|
2015-09-26 17:11:52 +02:00
|
|
|
|
2020-10-13 20:55:54 +02:00
|
|
|
#jupyter nbconvert --to latex --template book book.ipynb
|
|
|
|
#ipython to_pdf.py
|
|
|
|
#move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
|
|
|
|
|
|
|
|
|
|
|
|
rem This is not currently working on my machine. For now I have to do this:
|
|
|
|
rem $ jupyter nbconvert --to pdf --template book book.ipynb
|
|
|
|
rem open book.tex in texworks editor.
|
|
|
|
rem run lualatex conversion twice. Second time creates the TOC.
|
|
|
|
rem move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
|