Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayanta-banik/iprogress

Progress reports for IPython Display.
https://github.com/jayanta-banik/iprogress

ipython library progress progress-bar python python3

Last synced: 24 days ago
JSON representation

Progress reports for IPython Display.

Awesome Lists containing this project

README

        

# IProgress
IProgress is a library made to be simple yet more flexible on IPython shell.
Use it to reduce your anxiety.

Progress bar for IPython display
innitialize an instance of class Progress to use this class

> progress = Progress(total_iter=20, start_pos=0, '%', "^", notify_completion=True)
> print(progress)

## functions

> update_progress(show_prog = True, incrmt = 1):