Skip to content

tqdm.dask#

TqdmCallback Objects#

[view source]

class TqdmCallback(Callback)

Dask callback for task progress.

__init__#

[view source]

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#

[view source]

def display()

Displays in the current cell in Notebooks.