Merge pull request #480 from tritemio/master

Doc: update headings info in example notebook
Matthias Bussonnier 11 years ago
commit ecc5b2b9c5

@ -112,7 +112,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If you want, you can add headings using Markdown's syntax:\n",
"You can add headings by starting a line with one (or multiple) `#` followed by a space, as in the following example:\n",
"\n",
"# Heading 1\n",
"# Heading 2\n",
@ -120,13 +120,6 @@
"## Heading 2.2"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**BUT most of the time you should use the Notebook's Heading Cells to organize your Notebook content**, as they provide meaningful structure that can be interpreted by other tools, not just large bold fonts."
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -166,8 +159,7 @@
"Courtesy of MathJax, you can include mathematical expressions both inline: \n",
"$e^{i\\pi} + 1 = 0$ and displayed:\n",
"\n",
"$$e^x=\\sum_{i=0}^\\infty \\frac{1}{i!}x^i$$",
"\n",
"$$e^x=\\sum_{i=0}^\\infty \\frac{1}{i!}x^i$$\n",
"Inline expressions can be added by surrounding the latex code with `$`:\n",
"```\n",
"$e^{i\\pi} + 1 = 0$\n",
@ -322,7 +314,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.0"
"version": "3.4.3"
}
},
"nbformat": 4,

Loading…
Cancel
Save