Skip to main content

Interactive ProgressBar natively built with IPython

Project description

Interactive ProgressBar

Python progress bar that uses native ipython functionality. Widget-free. Works even in JupyterLab.

The reason for creating this package is that other progress bars use custom bar objects and/or widget tools, ignoring native IPython functionality. This makes them unusable in "clean" environments like JupyterLab.

Notes

Currently at pre-alpha stage.

Simple usage example:

from time import sleep
from ipypb import track

for i in track(range(10)):
    sleep(0.1)

Install

Conda and pip packages are yet to come. Currently you can use:
pip install git+https://github.com/evfro/ipypb.git

Requirements

Python 3.6+ and IPython v.5.6+ excluding v.6.1 and v.6.2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipypb-0.5.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

ipypb-0.5.0-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page