You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to display symbols in the repl, they get displayed as PyObjects with an escaped string representation, instead of the usual pretty printing. MWE:
julia> @vars x
(x,)
julia> x^2
PyObject ' 2\nx '
I have no idea what I may have done to trigger this. It worked correctly the last time I used SymPy.jl, and it seems like it's supposed to just work out of the box according to the docs. I'm not sure what's supposed to happen normally, but it's not happening.
The text was updated successfully, but these errors were encountered:
When I try to display symbols in the repl, they get displayed as PyObjects with an escaped string representation, instead of the usual pretty printing. MWE:
I have no idea what I may have done to trigger this. It worked correctly the last time I used SymPy.jl, and it seems like it's supposed to just work out of the box according to the docs. I'm not sure what's supposed to happen normally, but it's not happening.
The text was updated successfully, but these errors were encountered: