From d556769af57a308ebee8c276d665f4fb38d30726 Mon Sep 17 00:00:00 2001 From: Aurelien Geron Date: Tue, 19 Dec 2017 23:14:20 +0100 Subject: [PATCH] Add thanks to contributors in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96c0fb3..faa749c 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,6 @@ This should open up your browser, and you should see Jupyter's tree view, with t Note: you can also visit [http://localhost:8888/nbextensions](http://localhost:8888/nbextensions) to activate and configure Jupyter extensions. Congrats! You are ready to learn Machine Learning, hands on! + +# Contributors +I would like to thank everyone who contributed to this project, either by providing useful feedback, filing issues or submitting Pull Requests. Special thanks go to Steven Bunkley and Ziembla who created the `docker` directory.