anything is showable as text/csv #31037
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
stdlib
Julia's standard library
Uh oh!
There was an error while loading. Please reload this page.
Any Julia type is showable as
text/csv
by default, which makes it hard to actually implement a display that supports the text/csv mime.This happens because of this method:
https://github.com/JuliaLang/julia/blob/master/stdlib/DelimitedFiles/src/DelimitedFiles.jl#L828
What makes it worse is, that not even all types are actually showable:
The text was updated successfully, but these errors were encountered: