From 399c49b43d68b96359ce942904946ba381cbb18f Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Thu, 12 Mar 2015 13:34:43 -0700 Subject: [PATCH 1/2] Fixed CC License this was the older license, I have allowed commercial and other usage with CC-BY. The readme was updated awhile ago, but I neglected to fix the license.html file. --- license.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license.html b/license.html index f59f9fa..c9b819d 100644 --- a/license.html +++ b/license.html @@ -1,2 +1,2 @@ -Creative Commons License
Kalman Filters and Random Signals in Python by Roger Labbe is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python +Creative Commons License
Kalman Filters and Random Signals in Python by Roger Labbe is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://github.com/rlabbe/Kalman-Filters-and-Random-Signals-in-Python From ac25c8ddc4e0ff4e818d8aff2e09dfbcc79272ca Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Fri, 20 Mar 2015 20:44:09 -0600 Subject: [PATCH 2/2] Update README.md Added notice at top of file that IPython 3.0 must be installed. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2f4657..a4fd9c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**Note: You need to be running IPython 3.0 or later to run and edit these notebooks. If you are running an older version you will likely get the unhelpful error message "Bad request" when you try to open the notebook. Note that this is the version number for _IPython_, which provides the IPython Notebook software, and not the Python version. I.e. you can run these notebooks with Python 2.7, so long as you have IPython 3.0 installed. IPython 3.0 was released on Febuary 27, 2015, so if your install is later than that you will have to update IPython.** + [*Read Online Now*](http://nbviewer.ipython.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb) [Online PDF Version](http://rlabbe.github.io/Kalman-and-Bayesian-Filters-in-Python/Kalman_and_Bayesian_Filters_in_Python.pdf)