From 85164d8d9850c374a84d327a75a54dda80f4045b Mon Sep 17 00:00:00 2001 From: David Lin Date: Tue, 18 Oct 2016 09:26:31 -0400 Subject: [PATCH] doc: add jupyter command in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3ec66cb..54c5e83 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ If you are running Windows, run: activate ep-ml ``` +Then run jupyter: + +``` +jupyter notebook +``` + - **Option C: Alternative setup** Install the following dependencies: pandas, numpy, scikit-learn, matplotlib, seaborn, ipython, ipython-notebook