8463014958
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.
8 lines
192 B
Batchfile
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
|