Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rlabbe
GitHub Repository: rlabbe/Kalman-and-Bayesian-Filters-in-Python
Path: blob/master/pdf/build_book
687 views
#! /bin/bash

#echo "merging book..."
ipython 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 ..