atpbar
Progress bars for threading and multiprocessing tasks on the terminal and Jupyter Notebook.
Introduction
atpbar can display multiple progress bars simultaneously growing to show the progress of each iteration of loops in threading or multiprocessing tasks. atpbar can display progress bars on the terminal and Jupyter Notebook.
atpbar started its development in 2015 and was the sub-package progressbar of alphatwirl. It became an independent package in 2019.
You can try it on Jupyter Notebook online:
Install
You can install with pip
from PyPI:
To install with Jupyter Notebook support, use the following command: