Circle progress for Jupyter notebook
from time import sleep
from juprog import CircleProgress
sequence = range(10)
for x in CircleProgress(sequence):
# fake long process
sleep(0.2)
pip install juprog
pip install git+https://github.com/hainm/juprog
Use progress-circle for displaying progress.