From 4ac642c78481a633408a3a2bc1856c148e8f87c4 Mon Sep 17 00:00:00 2001 From: "Lorena A. Barba" Date: Sun, 11 Nov 2018 19:50:45 -0500 Subject: [PATCH] add Binder button --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e5894f9..0986ac23 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ In all cases, learners should follow along the worked examples in each lesson by Lessons ------- +> Launch an interactive session with this module using the Binder service: +[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/barbagroup/CFDPython/master) + Steps 1–4 are in one spatial dimension. Steps 5–10 are in two dimensions (2D). Steps 11–12 solve the Navier-Stokes equation in 2D. Three "bonus" notebooks cover the CFL condition for numerical stability, array operations with NumPy, and defining functions in Python. * [Quick Python Intro](http://nbviewer.jupyter.org/github/barbagroup/CFDPython/blob/master/lessons/00_Quick_Python_Intro.ipynb)