Skip to content

Commit f44c79b

Browse files
committed
add clone & install to index
1 parent 14eab02 commit f44c79b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Index.ipynb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@
2626
"* [How Jupyter/IPython works](examples/Notebook/Multiple%20Languages%2C%20Frontends.ipynb) to run code in different languages."
2727
]
2828
},
29+
{
30+
"cell_type": "markdown",
31+
"metadata": {},
32+
"source": [
33+
"Get this tutorial:\n",
34+
"\n",
35+
" git clone https://github.com/ipython/ipython-in-depth\n",
36+
"\n",
37+
"Install IPython and Jupyter:\n",
38+
"\n",
39+
" # first, upgrade pip!\n",
40+
" pip install --upgrade pip\n",
41+
" pip install ipython jupyter\n",
42+
" \n",
43+
" \n",
44+
"Start the notebook in the tutorial directory:\n",
45+
"\n",
46+
" cd ipython-in-depth\n",
47+
" jupyter notebook"
48+
]
49+
},
2950
{
3051
"cell_type": "markdown",
3152
"metadata": {},

0 commit comments

Comments
 (0)