Skip to main content

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.set_data(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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyvizzu-0.3.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ipyvizzu-0.3.0-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file ipyvizzu-0.3.0.tar.gz.

File metadata

  • Download URL: ipyvizzu-0.3.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for ipyvizzu-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4a3653ded3f2354c30faf70d63cab2e19c27c03e27f51e43859a9dbe319135dc
MD5 69b97b784e2cee322aa0d55b94670e59
BLAKE2b-256 bbd0641e1fedf038a5e0cec8f1924400a6ebe2192b8db9c15cd5d887b0d82815

See more details on using hashes here.

File details

Details for the file ipyvizzu-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: ipyvizzu-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 7.0 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

Hashes for ipyvizzu-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bae65a16c143b6f1acf4e82bde96aeb68aa170d98accf4036bf254461c0f682d
MD5 21187e50da543ab6ecf8612e64b534e1
BLAKE2b-256 87152a4b87357d8c795c0b829ffa7e11f956b1ac71e4168b5974424bf88bb4f1

See more details on using hashes here.

Supported by

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