From 83faa58442c481ce81e1bcd15f30b32099d8a57a Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Thu, 18 Sep 2014 14:58:50 -0700 Subject: [PATCH] Last checkin somehow removed git clone instructrion --- Preface.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Preface.ipynb b/Preface.ipynb index 891146b..5c1673f 100644 --- a/Preface.ipynb +++ b/Preface.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:7e574158272eedc006ca9bb1937f8f070f33a3e7c41b06fe0adef088f3801f17" + "signature": "sha256:39a1ae1c95d6ab87f2ac5d1b9bfa0a792d9077395fe5e39001f75bec21829a35" }, "nbformat": 3, "nbformat_minor": 0, @@ -298,6 +298,16 @@ "\n", "###Downloading the book\n", "\n", + "However, this book is intended to be interactive and I recommend using it in that form. If you install IPython on your computer and then clone this book you will be able to run all of the code in the book yourself. You can perform experiments, see how filters react to different data, see how different filters react to the same data, and so on. I find this sort of immediate feedback both vital and invigorating. You do not have to wonder \"what happens if\". Try it and see!\n", + "\n", + "The github pages for this project are at\n", + "\n", + " https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python \n", + "\n", + "You can clone it to your hard drive with the command \n", + "\n", + "`git clone https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python.git`\n", + " \n", "This will create a directory named `Kalman-and-Bayesian-Filters-in-Python`. Navigate to the directory, and run IPython notebook with the command \n", "\n", " ipython notebook\n",