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.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
rem call run_notebooks
|
||||
rem cd ..
|
||||
ipython merge_book.py
|
||||
|
||||
jupyter nbconvert --to latex --template book book.ipynb
|
||||
|
||||
Reference in New Issue
Block a user