JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
266 stars 61 forks source link

SymPy 2.0+ cannot display expressions in an array in the latex form in IJulia #543

Closed waltergu closed 3 months ago

waltergu commented 3 months ago

Before version 2.0, SymPy supports the display of expressions in an array in the latex form in IJulia, for example, with SymPy@1.2.1 image

After update to 2.0+, such pretty display disappears: image

jverzani commented 3 months ago

Thanks, Let me look to resurrect this feature.