##// END OF EJS Templates
Merge pull request #12702 from Daniel-Mietchen/patch-1
Matthias Bussonnier -
r26233:2abc37a4 merge
parent child Browse files
Show More
@@ -47,11 +47,11 b' class DisplayMagics(Magics):'
47
47
48 @cell_magic
48 @cell_magic
49 def latex(self, line, cell):
49 def latex(self, line, cell):
50 """Render the cell as a block of latex
50 """Render the cell as a block of LaTeX
51
51
52 The subset of latex which is support depends on the implementation in
52 The subset of LaTeX which is supported depends on the implementation in
53 the client. In the Jupyter Notebook, this magic only renders the subset
53 the client. In the Jupyter Notebook, this magic only renders the subset
54 of latex defined by MathJax
54 of LaTeX defined by MathJax
55 [here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
55 [here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
56 display(Latex(cell))
56 display(Latex(cell))
57
57
General Comments 0
You need to be logged in to leave comments. Login now