Skip to main content

Circular process for Jupyter notebook

Project description

juprog
======
Circle progress for Jupyter notebook

Basic Example
=============

```python

from time import sleep
from juprog import CircleProgress

for x in CircleProgress(sequence):
# fake long process
sleep(0.2)
```

![juprog](juprog.gif)

Install
=======

Release
-------
```bash
pip install https://github.com/hainm/juprog/archive/v0.1.tar.gz
```

Development version
-------------------

```bash
pip install git+https://github.com/hainm/juprog
```

Acknowledgement
===============
Use [progress-circle](https://github.com/iammary/progress-circle) for displaying progress.

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

juprog-0.1.3.tar.gz (21.1 kB view hashes)

Uploaded Source

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