From 6b54ffa4e89b63791e9e6076c8aa6859a3c33084 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 14 Aug 2016 22:53:03 -0400 Subject: [PATCH] Add README.md with link to Binder --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19cf1f7 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# cantera-jupyter +[Cantera](http://cantera.org) examples in the form of [Jupyter](http://jupyter.org) +notebooks. To see the rendered notebooks, browse the directories above. To run any +of these examples yourself, follow the Binder link below to launch an interactive +environment where you can try using Cantera -- no installation required. + +[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/cantera/cantera-jupyter)