Skip to content

Commit 3507a88

Browse files
Updated conda install directions for jupyter, ipython notebook comes bundled (brandon-rhodes#11)
2 parents 5ff97b3 + 8efb1fb commit 3507a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ needed to download and set up the data set that we used.
2323
If you have both `conda` and `git` on your system (otherwise, read the
2424
next section for more detailed instructions):
2525

26-
$ conda install --yes ipython-notebook matplotlib pandas
26+
$ conda install --yes jupyter matplotlib pandas
2727
$ git clone https://github.com/brandon-rhodes/pycon-pandas-tutorial.git
2828
$ cd pycon-pandas-tutorial
2929
$ build/BUILD.sh

0 commit comments

Comments
 (0)