datatable.options.progress.enabled

This option controls if the progress reporting is enabled.

Parameters

return
bool

Current enabled value. Initially, this option is set to True if the stdout is connected to a terminal or a Jupyter Notebook, and False otherwise.

new_enabled
bool

New enabled value. If True, the progress reporting functionality will be turned on. If False, it is turned off.