Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rlabbe
GitHub Repository: rlabbe/Kalman-and-Bayesian-Filters-in-Python
Path: blob/master/pdf/html_book
687 views
#! /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 ..