Switched to IPython 3.0 format.

Here's hoping everything still works on nbviewer!
This commit is contained in:
Roger Labbe
2015-03-02 16:48:52 -08:00
parent 65cb22d07c
commit 8cc19ba117
28 changed files with 182211 additions and 29146 deletions

View File

@@ -5,7 +5,7 @@ echo "merging book..."
python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb
echo "creating pdf..."
ipython nbconvert --to latex --template book --post PDF Kalman_and_Bayesian_Filters_in_Python.ipynb
ipython nbconvert --to PDF --template book Kalman_and_Bayesian_Filters_in_Python.ipynb
mv Kalman_and_Bayesian_Filters_in_Python.pdf ..
echo "done."