Skip to content

Commit 3f7200a

Browse files
authored
correct jupyter notebook package name
since ipython notebooks is now called jupyter notebooks they also changed the package names and the easiest thing to do is simply install `jupyter` package which brinks everything you'll need.
1 parent 6b4f391 commit 3f7200a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/00.00-Preface.ipynb

+1-1
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)