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:
parent
b32deadfa6
commit
e1c3e8a8eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
short.pdf
|
||||
10_Unscented_Kalman_Filter_.ipynb
|
||||
tmp.ipynb
|
||||
Kalman_and_Bayesian_Filters_in_Python_files/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
184479
Kalman_and_Bayesian_Filters_in_Python.html
Normal file
184479
Kalman_and_Bayesian_Filters_in_Python.html
Normal file
File diff suppressed because one or more lines are too long
181367
Kalman_and_Bayesian_Filters_in_Python.ipynb
Normal file
181367
Kalman_and_Bayesian_Filters_in_Python.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,6 @@
|
||||
python merge_book.py >Kalman_and_Bayesian_Filters_in_Python.ipynb
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
@ -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 ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user