datatable.options.display.max_column_width¶
max_column_width
A column’s name or values that exceed max_column_width in size
will be truncated. This option applies both to rendering a frame
in a terminal, and to rendering in a Jupyter notebook. The
smallest allowed max_column_width is 2.
Setting the value to None indicates that the
column’s content should never be truncated.