Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rlabbe
GitHub Repository: rlabbe/Kalman-and-Bayesian-Filters-in-Python
Path: blob/master/environment.yml
686 views
1
name: kf_bf
2
dependencies:
3
- python
4
- pip
5
- ipython
6
- jupyter
7
- matplotlib
8
- scipy
9
- sympy
10
- pip:
11
- filterpy
12
13