Files
Kalman-and-Bayesian-Filters…/pdf/short_build_book
2015-02-02 19:22:13 -08:00

12 lines
187 B
Bash
Executable File

#! /bin/bash
echo "merging book..."
ipython short_merge_book.py > short.ipynb
echo "creating pdf..."
ipython nbconvert --to latex --template book --post PDF short.ipynb
echo "done."