You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ native Markdown cells. The problem is that Jupyter markdown cells are
24
24
rendered at the frontend and do not interact with Jupyter kernels.
25
25
It is therefore difficult to pass variables from kernels to markdown cells
26
26
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).
28
28
29
29
This markdown kernel is a simple Jupyter kernel that parses and displays
30
30
cell content as markdown. Cells with markdown texts such as
0 commit comments