Skip to content

Commit 7fbb2d0

Browse files
authored
Update Capturing Output.ipynb
HTML `<a>` tag is used for `cell magic` link to file `Cell Magics.ipynb` since the space in the file name prevents Markdown from rendering `[cell magic](Cell Magics.ipynb)`
1 parent f5b9bac commit 7fbb2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IPython Kernel/Capturing Output.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"IPython has a [cell magic](Cell Magics.ipynb), `%%capture`, which captures the stdout/stderr of a cell. With this magic you can discard these streams or store them in a variable."
14+
"IPython has a <a href='Cell Magics.ipynb' target='_blank'>cell magic</a>, `%%capture`, which captures the stdout/stderr of a cell. With this magic you can discard these streams or store them in a variable."
1515
]
1616
},
1717
{

0 commit comments

Comments
 (0)