We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44c79b commit 8100642Copy full SHA for 8100642
Index.ipynb
@@ -36,11 +36,16 @@
36
"\n",
37
"Install IPython and Jupyter:\n",
38
39
+ "with [conda](https://www.continuum.io/downloads):\n",
40
+ "\n",
41
+ " conda install ipython jupyter\n",
42
43
+ "with pip:\n",
44
45
" # first, upgrade pip!\n",
46
" pip install --upgrade pip\n",
- " pip install ipython jupyter\n",
- " \n",
47
+ " pip install --upgrade ipython jupyter\n",
48
49
"Start the notebook in the tutorial directory:\n",
50
51
" cd ipython-in-depth\n",
@@ -71,7 +76,7 @@
71
76
"name": "python",
72
77
"nbconvert_exporter": "python",
73
78
"pygments_lexer": "ipython3",
74
- "version": "3.6.0"
79
+ "version": "3.6.1"
75
80
}
81
},
82
"nbformat": 4,
0 commit comments