Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
Bug in run_notebooks.bat
Following code doesn't work under Windows:
cp -r ..\kf_book\ .\tmp\
Error message is:
'cp' is not recognized as an internal or external command, operable program or batch file.
Right now everything in the \pdf directory is meant to be run in linux, or in a cygwin environment on Windows, as I have very little interest in trying to maintain two different script files for two different operating systems. With that said, I'll leave this open as perhaps I'll get around to it.
hi I'm a beginner in open source and want to contribute to this issue , could you tell me how to do it?