##// END OF EJS Templates
Clarify that the MathJax comment is Notebook specific.
Jonathan Frederic -
Show More
@@ -40,7 +40,9 b' class DisplayMagics(Magics):'
40 def latex(self, line, cell):
40 def latex(self, line, cell):
41 """Render the cell as a block of latex
41 """Render the cell as a block of latex
42
42
43 This magic only renders the subset of latex defined by MathJax
43 The subset of latex which is support depends on the implementation in
44 the client. In the Jupyter Notebook, this magic only renders the subset
45 of latex defined by MathJax
44 [here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
46 [here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
45 display(Latex(cell))
47 display(Latex(cell))
46
48
General Comments 0
You need to be logged in to leave comments. Login now