tqdm.dask#
TqdmCallback Objects#
class TqdmCallback(Callback)
Dask callback for task progress.
__init__#
def __init__(start=None, pretask=None, tqdm_class=tqdm_auto, **tqdm_kwargs)
Parameters
- tqdm_class: optional
tqdm
class to use for bars [default:tqdm.auto.tqdm
]. - tqdm_kwargs: optional
Any other arguments used for all bars.
display#
def display()
Displays in the current cell in Notebooks.