bundles / IPython 9.13.0 / IPython / core / magics / display / DisplayMagics / latex
function
IPython.core.magics.display:DisplayMagics.latex
Signature
def latex ( self , line , cell ) Summary
Render the cell as a block of LaTeX
Extended Summary
The subset of LaTeX which is supported depends on the implementation in the client. In the Jupyter Notebook, this magic only renders the subset of LaTeX defined by MathJax [here](https://docs.mathjax.org/en/v2.5-latest/tex.html).
Aliases
-
IPython.core.magics.DisplayMagics.latex