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 14eab02 commit f44c79bCopy full SHA for f44c79b
Index.ipynb
@@ -26,6 +26,27 @@
26
"* [How Jupyter/IPython works](examples/Notebook/Multiple%20Languages%2C%20Frontends.ipynb) to run code in different languages."
27
]
28
},
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
37
+ "Install IPython and Jupyter:\n",
38
39
+ " # first, upgrade pip!\n",
40
+ " pip install --upgrade pip\n",
41
+ " pip install ipython jupyter\n",
42
+ " \n",
43
44
+ "Start the notebook in the tutorial directory:\n",
45
46
+ " cd ipython-in-depth\n",
47
+ " jupyter notebook"
48
+ ]
49
+ },
50
{
51
"cell_type": "markdown",
52
"metadata": {},
0 commit comments