From 2b0cfd665558e2cf3173d4abe0ac939d837279fe Mon Sep 17 00:00:00 2001 From: Saurabh Khanduja Date: Sat, 10 Jun 2023 11:18:07 +0200 Subject: [PATCH] Update README.md - Fix nbviewer url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df42932..43fa9b8d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ binder serves interactive notebooks online, so you can run the code and change t ### nbviewer -The website http://nbviewer.org provides a Jupyter Notebook server that renders notebooks stored at github (or elsewhere). The rendering is done in real time when you load the book. You may use [*this nbviewer link*](http://nbviewer.ipython.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb) to access my book via nbviewer. If you read my book today, and then I make a change tomorrow, when you go back tomorrow you will see that change. Notebooks are rendered statically - you can read them, but not modify or run the code. +The website http://nbviewer.org provides a Jupyter Notebook server that renders notebooks stored at github (or elsewhere). The rendering is done in real time when you load the book. You may use [*this nbviewer link*](http://nbviewer.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb) to access my book via nbviewer. If you read my book today, and then I make a change tomorrow, when you go back tomorrow you will see that change. Notebooks are rendered statically - you can read them, but not modify or run the code. nbviewer seems to lag the checked in version by a few days, so you might not be reading the most recent content.