e1c3e8a8eb
The mathjax takes forever to render in the notebook. As in it's been going for 38 minutes and it is still not done.
11 lines
245 B
Bash
Executable File
11 lines
245 B
Bash
Executable File
#! /bin/bash
|
|
|
|
echo "merging book..."
|
|
|
|
python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb
|
|
|
|
echo "creating HTML..."
|
|
ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb
|
|
mv -f Kalman_and_Bayesian_Filters_in_Python.html ..
|
|
|