Create and update graphs live in Jupyter
Project description
jupyter-live-graph
Let's you create a graph in a Jupyter cell, and update that graph live in other cells. Uses matplotlib.draw().
As simple as:
%matplotlib notebook
from draw import Draw
draw = Draw()
# ---
for i in range(1000):
draw.graph([j for j in range(i)])
License
MIT
Contributing
This project is wide open to pull requests.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyter-live-graph-0.1.0.tar.gz.
File metadata
- Download URL: jupyter-live-graph-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4eea6cd4d9ba2613670aad0a0c6d1b7b247c4bf0464936e1a46b27c5ec47139
|
|
| MD5 |
2cecc4eb0f85458fdf6c43ce611d84d4
|
|
| BLAKE2b-256 |
5447f9d3178ce2446e5a91b84d14ea573fbc635b6d03da4afc4ef7788f16739b
|
File details
Details for the file jupyter_live_graph-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jupyter_live_graph-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba8e57dbb61af352e021994801751cbf64ceb6c5882075e8499c0aa3bf19f94e
|
|
| MD5 |
4a668d438cfc70dda72e33f534418356
|
|
| BLAKE2b-256 |
d3323ee92e352297570e77e970e7f4a043ceaabdb18e7c7d9d9afe9f9cd13875
|