Skip to content

Commit 5b3c6db

Browse files
authored
Update README.md
1 parent f6a0471 commit 5b3c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ native Markdown cells. The problem is that Jupyter markdown cells are
2424
rendered at the frontend and do not interact with Jupyter kernels.
2525
It is therefore difficult to pass variables from kernels to markdown cells
2626
to create dynamic output, as what RStudio/RMarkdown has been doing for a while
27-
(See ipython/ipython#2592, jupyter/help#41,and jupyter/notebook#3463 for related discussions).
27+
(See [ipython/ipython#2592](https://github.com/ipython/ipython/issues/2592), [jupyter/help#41](https://github.com/jupyter/help/issues/41),and [jupyter/notebook#3463](https://github.com/jupyter/notebook/issues/3463) for related discussions).
2828

2929
This markdown kernel is a simple Jupyter kernel that parses and displays
3030
cell content as markdown. Cells with markdown texts such as

0 commit comments

Comments
 (0)