Registry / observability / ipypb

ipypb

JSON →
library0.5.2pypypiunverified

Interactive ProgressBar natively built with IPython (0.5.2). Displays progress bars in Jupyter notebooks with support for nested loops and custom messages. Low release cadence; last stable release in 2018.

observability
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from ipypb import ProgressBar

Basic usage in a Jupyter notebook cell.

import ipypb import time for i in ipypb.track(range(100)): time.sleep(0.01)
Debug
Known footguns
gotchaipypb.track() must be called inside a Jupyter notebook; it will not display progress in a plain terminal or script.
deprecatedThis library is no longer actively maintained. Consider using tqdm with notebook support (tqdm.notebook) for similar functionality.
gotchaNested progress bars may cause display glitches in older IPython versions ( < 7 ).
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources