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 displaying some custom julia struct in IPython, the string output is wrapped. But when I try jl.display instead, the struct is displayed correctly as expected.
I'm wondering what we can do to make the printing work as the same in Julia REPL.