From d7d5e9fce1a1442f8e750f940760316466a526e6 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Sun, 10 May 2020 12:45:36 +0100 Subject: [PATCH] Add Binder badge to README to launch notebook fast --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0a9022..a051b79 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fastai/fastbook/master) + # The fastai book - draft These draft notebooks cover an introduction to deep learning, [fastai](https://docs.fast.ai/), and [PyTorch](https://pytorch.org/). fastai is a layered API for deep learning; for more information, see [the fastai paper](https://www.mdpi.com/2078-2489/11/2/108). Everything in this repo is copyright Jeremy Howard and Sylvain Gugger, 2020 onwards.