Currently, the display limits for tables (before I click the "more" buttons) are hard-coded to table_row_display_limit == 10 and table_column_display_limit == 8 in src/display/format_output.jl.
I often find this annoying, especially for wide data frames where I'd like to see all columns, and I find myself clicking "more" every time. It'd be better if I could set up Pluto such that it always shows all columns.
Can we make this configurable?