User-defined Show Method in Julia
I often find myself looking for a way to write custom display methods for Julia types on the REPL. Time to write it down in a short pragmatic blog post, for you and my future self.
What's the issue? When exploring on the Julia REPL or in notebooks, y...
scientificcoder.com4 min read
Matthijs Cox
Scientific Software Engineer
Found another summary of all show/print options, which will be added to the Julia docs: discourse.julialang.org/t/how-to-display-a-sparse…
And this discussion: discourse.julialang.org/t/print-vs-two-argument-s…