From 13561bfbe7d99c77ece320755a06d69b6cbb7001 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Tue, 13 Oct 2015 17:13:09 -0700 Subject: [PATCH] Added header for SageMathCloud Also spelled out what SageMath is just a tiny bit more. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b8861..a99496e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ I am experimentally trying a new service, binder. binder serves interactive note The website http://nbviewer.org provides an 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. -The Preface contains instructions on how to host the book online, for free, on a cloud server (cloud.sagemath.com) that allows you to run and alter the code insde the Notebooks. It takes 5 minutes to set up. +### SageMathCloud + +The Preface contains instructions on how to host the book online, for free, on SageMath's cloud server (cloud.sagemath.com) that allows you to run and alter the code insde the Notebooks. It takes 5 minutes to set up. We are working to make this easier to use. Issues or Questions