datatable.options.progress.enabled¶
enabled
=
This option controls if the progress reporting is enabled.
Parameters¶
return
boolCurrent enabled value. Initially, this option is set to True
if the stdout is connected to a terminal or a Jupyter Notebook,
and False otherwise.
value
boolNew enabled value. If True, the progress reporting
functionality will be turned on. If False, it is turned off.
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.