Skip to content

Commit 1a47b9e

Browse files
authored
Update Index.ipynb (ipython#14781)
Changed some item links code to HTML `<a>` tags instead of `[Label](URL)`
2 parents d9aa738 + afdddb6 commit 1a47b9e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/IPython Kernel/Index.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"cell_type": "markdown",
4040
"metadata": {},
4141
"source": [
42-
"* [Cell Magics](Cell Magics.ipynb)\n",
43-
"* [Script Magics](Script Magics.ipynb)\n",
44-
"* [Rich Output](Rich Output.ipynb)\n",
45-
"* [Custom Display Logic](Custom Display Logic.ipynb)\n",
46-
"* [Plotting in the Notebook](Plotting in the Notebook.ipynb)\n",
47-
"* [Capturing Output](Capturing Output.ipynb)"
42+
"* <a href='Cell Magics.ipynb' target='_blank'>Cell Magics</a>\n",
43+
"* <a href='Script Magics.ipynb' target='_blank'>Script Magics</a>\n",
44+
"* <a href='Rich Output.ipynb' target='_blank'>Rich Output</a>\n",
45+
"* <a href='Custom Display Logic.ipynb' target='_blank'>Custom Display Logic</a>\n",
46+
"* <a href='Plotting in the Notebook.ipynb' target='_blank'>Plotting in the Notebook</a>\n",
47+
"* <a href='Capturing Output.ipynb' target='_blank'>Capturing Output</a>"
4848
]
4949
},
5050
{
@@ -58,11 +58,11 @@
5858
"cell_type": "markdown",
5959
"metadata": {},
6060
"source": [
61-
"* [Background Jobs](Background Jobs.ipynb)\n",
62-
"* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
61+
"* <a href='Background Jobs.ipynb' target='_blank'>Background Jobs</a>\n",
62+
"* <a href='Trapezoidal Rule.ipynb' target='_blank'>Trapezoidal Rule</a>\n",
6363
"* [SymPy](SymPy.ipynb)\n",
64-
"* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)\n",
65-
"* [Importing Notebooks](Importing Notebooks.ipynb)"
64+
"* <a href='Raw Input in the Notebook.ipynb' target='_blank'>Raw Input in the Notebook</a>\n",
65+
"* <a href='Importing Notebooks.ipynb' target='_blank'>Importing Notebooks</a>"
6666
]
6767
},
6868
{

0 commit comments

Comments
 (0)