Fix some links

Carol Willing 10 years ago
parent 8900709a8b
commit 6f42d8e8e7

@ -34,12 +34,12 @@
"collapsed": false
},
"source": [
"* [What is the Jupyter Notebook](What is the Jupyter Notebook.ipynb)\n",
"* [Notebook Basics](Notebook Basics.ipynb)\n",
"* [Running Code](Running Code.ipynb)\n",
"* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
"* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
"* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)"
"* [What is the Jupyter Notebook](What%20is%20the%20Jupyter%20Notebook.html)\n",
"* [Notebook Basics](Notebook%20Basics.html)\n",
"* [Running Code](Running%20Code.html)\n",
"* [Working With Markdown Cells](Working%20With%20Markdown Cells.html)\n",
"* [Custom Keyboard Shortcuts](Custom%20Keyboard%20Shortcuts.html)\n",
"* [JavaScript Notebook Extensions](JavaScript%20Notebook%20Extensions.html)"
]
},
{
@ -55,9 +55,9 @@
"collapsed": false
},
"source": [
"* [Importing Notebooks](Importing Notebooks.ipynb)\n",
"* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
"* [Typesetting Equations](Typesetting Equations.ipynb)"
"* [Importing Notebooks](Importing%20Notebooks.html)\n",
"* [Connecting with the Qt Console](Connecting%20with%20the%20Qt%20Console.html)\n",
"* [Typesetting Equations](Typesetting%20Equations.html)"
]
}
],

@ -114,10 +114,12 @@
"source": [
"You can add headings by starting a line with one (or multiple) `#` followed by a space, as in the following example:\n",
"\n",
"```\n",
"# Heading 1\n",
"# Heading 2\n",
"## Heading 2.1\n",
"## Heading 2.2"
"## Heading 2.2\n",
"```"
]
},
{
@ -273,13 +275,13 @@
"\n",
" <img src=\"../images/python_logo.svg\" />\n",
"\n",
"<img src=\"../images/python_logo.svg\" />\n",
"<img src=\"images/python_logo.svg\" />\n",
"\n",
"and a video with the HTML5 video tag:\n",
"\n",
" <video controls src=\"images/animation.m4v\" />\n",
" <video controls src=\"../images/animation.m4v\" />\n",
"\n",
"<video controls src=\"images/animation.m4v\" />\n",
"<video controls src=\"../images/animation.m4v\" />\n",
"\n",
"These do not embed the data into the notebook file, and require that the files exist when you are viewing the notebook."
]

Loading…
Cancel
Save