Kalman-and-Bayesian-Filters.../pdf/run_notebooks.bat

11 lines
245 B
Batchfile
Raw Normal View History

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"
forfiles /m *.ipynb /c "cmd /c jupyter nbconvert --to notebook --execute @file --output @file"