Skip to content

Commit 94b8f28

Browse files
authored
ERRATUM: change ipython-notebook install to jupyter
correct jupyter notebook package name
2 parents e70a1bc + 3f7200a commit 94b8f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/00.00-Preface.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"To get started, download and install the Miniconda package–make sure to choose a version with Python 3–and then install the core packages used in this book:\n",
158158
"\n",
159159
"```\n",
160-
"[~]$ conda install numpy pandas scikit-learn matplotlib seaborn ipython-notebook\n",
160+
"[~]$ conda install numpy pandas scikit-learn matplotlib seaborn jupyter\n",
161161
"```\n",
162162
"\n",
163163
"Throughout the text, we will also make use of other more specialized tools in Python's scientific ecosystem; installation is usually as easy as typing **``conda install packagename``**.\n",

0 commit comments

Comments
 (0)