Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
rlgomes authored Jan 28, 2017
commit 3f7200a6d97dec1e771a1c0c0fbdce5752e2a2fe
2 changes: 1 addition & 1 deletion notebooks/00.00-Preface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"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",
"\n",
"```\n",
"[~]$ conda install numpy pandas scikit-learn matplotlib seaborn ipython-notebook\n",
"[~]$ conda install numpy pandas scikit-learn matplotlib seaborn jupyter\n",
"```\n",
"\n",
"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",
Expand Down