Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jayanta-banik/iprogress
- Owner: jayanta-banik
- License: mit
- Created: 2020-05-10T14:39:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T21:38:48.000Z (over 4 years ago)
- Last Synced: 2024-10-12T11:22:03.862Z (24 days ago)
- Topics: ipython, library, progress, progress-bar, python, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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):