From 631eab634ac3823ace832250e5b2ff6585ce5f3f Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Wed, 9 Jan 2019 11:14:27 -0800 Subject: [PATCH] Add experimental stability badge to repo. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6746872..3b90642 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # reactivepy +[![Stability Experimental](https://img.shields.io/badge/stability-experimental-red.svg)](https://img.shields.io/badge/stability-experimental-red.svg) + [![Binder](https://beta.mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jupytercalpoly/reactivepy/master?urlpath=lab/tree/examples/BasicAsyncGenerators.ipynb) A reactive Python kernel. Whenever a variable value is changed, the kernel automatically executes its dependencies (any cells which use that variable) with the updated value. As of now, reactivepy can also support asynchronous functions.