create_progress_bar#

create_progress_bar(name: str, unit: str, total: Optional[int] = None, iterable: Optional[Sequence[Any]] = None) Union[tqdm_notebook, HtmlProgressBar, tqdm][source]#

Create a progress bar instance.