Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rlabbe
GitHub Repository: rlabbe/Kalman-and-Bayesian-Filters-in-Python
Path: blob/master/pdf/run_notebooks.bat
687 views
mkdir tmp
copy ..\*.ipynb .\tmp
copy ..\*.py .\tmp
cp -r ..\kf_book\ .\tmp\

cd tmp

forfiles /m *.ipynb /c "cmd /c ipython ..\rm_notebook.py @file"
jupyter nbconvert --allow-errors --inplace --execute *.ipynb