Multiline LaTeX in panel

This works:

import panel as pn;     pn.extension('katex')
pn.pane.LaTeX(r"$\begin{aligned} y& =x^2 \\ z& =x+y \end{aligned}$")

The problem is what is supported by the renderer, rather than panel

1 Like