From 8efb1fb3afaad81e4eeb5d0b6e07681ff236b680 Mon Sep 17 00:00:00 2001 From: Shaun Date: Tue, 1 Dec 2015 12:01:53 -0800 Subject: [PATCH] Updated conda install directions for jupyter, ipython notebook comes bundled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9effcab..9305bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ needed to download and set up the data set that we used. If you have both `conda` and `git` on your system (otherwise, read the next section for more detailed instructions): - $ conda install --yes ipython-notebook matplotlib pandas + $ conda install --yes jupyter matplotlib pandas $ git clone https://github.com/brandon-rhodes/pycon-pandas-tutorial.git $ cd pycon-pandas-tutorial $ build/BUILD.sh