From ac2c27119b23507fbaad0830db82a9c707fb4434 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sat, 30 Jan 2016 07:58:04 -0800 Subject: [PATCH] Adde binder badge at top of readme So user can know about the online version without having to wade through a lot of introductory text. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f73d87..fa1951b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Introductory text for Kalman and Bayesian filters. All code is written in Python **"Kalman and Bayesian Filters in Python" looks amazing! ... your book is just what I needed** - Allen Downey, Professor and O'Reilly author of several math and programming textbooks, via twitter. +Start reading online now: + + +[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/rlabbe/Kalman-and-Bayesian-Filters-in-Python) + + ![alt tag](https://raw.githubusercontent.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/animations/05_dog_track.gif)