Progressbar for both IPython Notebooks (HTML, CSS, JS) and plain terminals.
Project description
Introduction
ipy-progressbar allows to use the same code for rich progressbars in IPython Notebooks, and for simple fallback ones in terminal sessions.
Example
Code like this:
from ipy_progressbar import ProgressBar
pb = ProgressBar(10, title='Outer')
pb_inner = ProgressBar(5, title='Inner')
for i in pb:)
for j in pb_inner:
# inner loop body
will work both in IPython Notebook and in plain console. When run in notebook, the output will be rich (Bootstrap progress bars), while console version is mainly thought of as a fallback.
For more examples see example.py and example.ipynb.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ipy-progressbar-1.3.tar.gz
(3.4 kB
view details)
File details
Details for the file ipy-progressbar-1.3.tar.gz
.
File metadata
- Download URL: ipy-progressbar-1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80f2dba74e56b90a4a1f9706593d3a32af228edc75a4b981c8f685623f5cea5d |
|
MD5 | f83e8df45340c3b18b2dd834ff722cb9 |
|
BLAKE2b-256 | 0a7d3181faf17e2afb79a91d77649b49f1d0c3f197c1b98904cc600a9aed0bce |