Skip to content

Commit 8100642

Browse files
committed
conda install
1 parent f44c79b commit 8100642

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Index.ipynb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,16 @@
3636
"\n",
3737
"Install IPython and Jupyter:\n",
3838
"\n",
39+
"with [conda](https://www.continuum.io/downloads):\n",
40+
"\n",
41+
" conda install ipython jupyter\n",
42+
"\n",
43+
"with pip:\n",
44+
"\n",
3945
" # first, upgrade pip!\n",
4046
" pip install --upgrade pip\n",
41-
" pip install ipython jupyter\n",
42-
" \n",
43-
" \n",
47+
" pip install --upgrade ipython jupyter\n",
48+
"\n",
4449
"Start the notebook in the tutorial directory:\n",
4550
"\n",
4651
" cd ipython-in-depth\n",
@@ -71,7 +76,7 @@
7176
"name": "python",
7277
"nbconvert_exporter": "python",
7378
"pygments_lexer": "ipython3",
74-
"version": "3.6.0"
79+
"version": "3.6.1"
7580
}
7681
},
7782
"nbformat": 4,

0 commit comments

Comments
 (0)