See pretty-printing in Julia — println
uses show(io, x)
, but the REPL display uses show(io, "text/plain", x)
. So do e.g.
show(stdout, "text/plain", Kuusc[45,:])
PS. Please use quoted text, not screenshots.
See pretty-printing in Julia — println
uses show(io, x)
, but the REPL display uses show(io, "text/plain", x)
. So do e.g.
show(stdout, "text/plain", Kuusc[45,:])
PS. Please use quoted text, not screenshots.