From 331269c05da22dbea39ff082fe7edb3d82b88fb3 2020-11-09 04:56:09 From: Daniel Mietchen Date: 2020-11-09 04:56:09 Subject: [PATCH] another LaTeX --- diff --git a/IPython/core/magics/display.py b/IPython/core/magics/display.py index 2e6d4ba..c4350e4 100644 --- a/IPython/core/magics/display.py +++ b/IPython/core/magics/display.py @@ -51,7 +51,7 @@ class DisplayMagics(Magics): 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 + of LaTeX defined by MathJax [here](https://docs.mathjax.org/en/v2.5-latest/tex.html).""" display(Latex(cell))