datatable.options.display.use_colors¶
use_colors
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
boolCurrent use_colors value. Initially, this option is set to True.
value
boolNew use_colors value.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.