Implement show function to make inline result display correctly

I think this should be

Base.show(io::IO, n::Name) = show(io, n.table; show_row_number=false)

but I don’t know whether that will fix your problem.

1 Like