datatable.options.display.use_colors

This option controls whether or not to use colors when printing datatable messages into the console. Turn this off if your terminal is unable to display ANSI escape sequences, or if the colors make output not legible.

Parameters

return
bool

Current use_colors value. Initially, this option is set to True.

new_use_colors
bool

New use_colors value.