Skip to content

jayanta-banik/IProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages