##// END OF EJS Templates
another LaTeX
Daniel Mietchen -
Show More
@@ -51,7 +51,7 b' class DisplayMagics(Magics):'
51
51
52 The subset of LaTeX which is supported 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