Bases: ABC
ABC
Abstract class for things that can be displayed as math
Methods Summary
display()
display
Renders an expression as Latex using IPython.display
to_latex()
to_latex
Methods Documentation