Added full ipynb and html for performance check.

The mathjax takes forever to render in the notebook. As in
it's been going for 38 minutes and it is still not done.
This commit is contained in:
Roger Labbe
2015-03-03 13:18:37 -08:00
parent b32deadfa6
commit e1c3e8a8eb
5 changed files with 365850 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
echo "merging book..."
python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb
mv -f Kalman_and_Bayesian_Filters_in_Python.ipynb ..
echo "creating HTML..."
#ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb
ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb
mv -f Kalman_and_Bayesian_Filters_in_Python.html ..