fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.08k stars 105 forks source link

Equivalent of tqdm's desc for Jupyter Notebooks #75

Open AntixK opened 3 years ago

AntixK commented 3 years ago

Have been looking for ways to add title to the master bar and progress bar. In tqdm, this can be done by the desc argument. Wondering what is the equivalent in fast_progress.

Thanks!