Skip to content

atpbar

Progress bars for threading and multiprocessing tasks on the terminal and Jupyter Notebook.

Demo

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: Binder

Install

You can install with pip from PyPI:

pip install -U atpbar

To install with Jupyter Notebook support, use the following command:

pip install -U atpbar[jupyter]