878e4a5578
This is not a 'useful'checkin. I'm heavily reorganizing teh multivariate chapter (spliltting in two) and I am getting worried about losing edits.
13 lines
208 B
Bash
13 lines
208 B
Bash
#! /bin/bash
|
|
|
|
#echo "merging book..."
|
|
python merge_book.py
|
|
|
|
echo "creating pdf..."
|
|
ipython nbconvert --to latex --template book book.ipynb
|
|
ipython to_pdf.py
|
|
|
|
mv Kalman_and_Bayesian_Filters_in_Python.pdf ..
|
|
|
|
|