Jupyter notebook integration for vizzu
Project description
ipyvizzu
Jupyter notebook integration for vizzu.
ipyvizzu only works in jupiter notebook environment. A notebook cell may contain the following code snippet.
from ipyvizzu import Chart, Data, Config
data = Data()
data.add_serie("Foo", ["Alice", "Bob", "Ted"])
data.add_serie("Bar", [15, 32, 12])
data.add_serie("Baz", [5, 2, 2])
chart = Chart()
chart.animate(data)
chart.animate(x="Foo", y="Bar", color="Foo")
chart.animate(geometry="circle")
chart.animate(x="Foo", y="Baz", color="Foo")
chart.animate(geometry="rectangle")
chart.show()
Installation
ipyvizzu requires only IPython package, but you can use it only in jupyter
notebook therefore notebook project has to be installed.
pip install ipyvizzu
pip install notebook
Documentation
Documentation can be build with the doc make target.
make doc
Online version can be read at vizzuhq.github.io/ipyvizzu.
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 ipyvizzu-0.4.1.tar.gz.
File metadata
- Download URL: ipyvizzu-0.4.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3492f0f1ebf387b8e1894bc4af8b8b06d31a9aa9bb7044f0ae96ab722cdbc9df
|
|
| MD5 |
004e08749d842f930aebd41c45eb1a36
|
|
| BLAKE2b-256 |
4cf475429a45463af0031c276f87f0cfec4c019257e6c8a7a1932736ebf688f2
|
File details
Details for the file ipyvizzu-0.4.1-py3-none-any.whl.
File metadata
- Download URL: ipyvizzu-0.4.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0e09ba2b2558af6a754b19e1ebacadb1f199d6808f4f72cb9f40986340b67ff
|
|
| MD5 |
005f2a4e6b85abda984fda8ddc11e2a8
|
|
| BLAKE2b-256 |
1c7f0a86469ecb6b1438f6b50839acabd8afcd483b9f930e6277343084f0539c
|