Last checkin somehow removed git clone instructrion
This commit is contained in:
parent
ad6408e9eb
commit
83faa58442
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user