juprog

Circular process for Jupyter notebook


License
MIT
Install
pip install juprog==0.1.3

Documentation

juprog

Circle progress for Jupyter notebook

Basic Example

from time import sleep
from juprog import CircleProgress

for x in CircleProgress(sequence):
    # fake long process
    sleep(0.2)

juprog

Install

Release

    pip install https://github.com/hainm/juprog/archive/v0.1.tar.gz

Development version

    pip install git+https://github.com/hainm/juprog

Acknowledgement

Use progress-circle for displaying progress.