Explanation of use of animation notebooks.

These notebooks are not meant for the reader, and I added
a note explaining their purpose.
This commit is contained in:
Roger Labbe 2014-09-18 15:02:25 -07:00
parent 83faa58442
commit 97bb8fc3c2
2 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:5d9e7c75a6f88ccdf422d155a9c5fb789b7b07e02f1a84790c3c8191465f131b"
"signature": "sha256:11378055d75c3ef8b1a2626c65ada84eefab1a411a1267ea328b2466f389e8e9"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -252,6 +252,13 @@
],
"prompt_number": 1
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook creates the animations for the Kalman Filter chapter. It is not really intended to be a readable part of the book, but of course you are free to look at the source code, and even modify it. However, if you are interested in running your own animations, I'll point you to the examples subdirectory of the book, which contains a number of python scripts that you can run and modify from an IDE or the command line. This module saves the animations to GIF files, which is quite slow and not very interactive. "
]
},
{
"cell_type": "code",
"collapsed": false,

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:85d4be8ca8ef18fbc963a1985da4ce5a2a0c556da762a2d3ebd4ddf2b7e255ba"
"signature": "sha256:fb878db70d2e2bac86ef693ff529bb1bc61ee98d134d493d94e761e628da7f9e"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -251,6 +251,13 @@
],
"prompt_number": 1
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook creates the animations for the Multivariate Kalman Filter chapter. It is not really intended to be a readable part of the book, but of course you are free to look at the source code, and even modify it. However, if you are interested in running your own animations, I'll point you to the examples subdirectory of the book, which contains a number of python scripts that you can run and modify from an IDE or the command line. This module saves the animations to GIF files, which is quite slow and not very interactive. "
]
},
{
"cell_type": "code",
"collapsed": false,