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.
======
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
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
juprog-0.1.3.tar.gz
(21.1 kB
view details)
File details
Details for the file juprog-0.1.3.tar.gz
.
File metadata
- Download URL: juprog-0.1.3.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c3a3a5d589d88336762b6ee2a6773dbf8cacbefe460f3a23e722b1541b25755 |
|
MD5 | 50a43a336163890f22b1efcb57dee180 |
|
BLAKE2b-256 | 76d34d2a763bce446348c8870d650318ede16ef78430d57643749e61d90b4c9d |