Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

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.

Supported by

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