From d6e78ecbb55f5d312d6a817686facfabb2ce75bb Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 25 Sep 2015 07:27:45 -0700 Subject: [PATCH] Add status badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82451a913..ec6dc2e68 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Jupyter Notebook +[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter) +[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook) +[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](http://jupyter-notebook.readthedocs.org/en/latest/?badge=latest) + The Jupyter HTML notebook is a web-based notebook environment for interactive computing. Dev quickstart: