b32deadfa6
Some sections jumped from level 2 to level 4, for example. Also played around with generating book to HTML. I like it, but it needs some work. The Calico table of content generator cannot deal with different headers with the same name, for example. I want to go to HTML so I can use Bokeh to have interactive plots. But that means no more PDF, because Bokeh will not export to PDF.
11 lines
247 B
Bash
Executable File
11 lines
247 B
Bash
Executable File
#! /bin/bash
|
|
|
|
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
|
|
|