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


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.1.tar.gz (6.7 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.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ipyvizzu-0.3.1.tar.gz
  • Upload date:
  • Size: 6.7 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.1.tar.gz
Algorithm Hash digest
SHA256 a455c87025986b4a0d30a8ad337130cf913f35683260fa845f8ce07752d9ff6b
MD5 4aa0fa47aa3cca60313d4f350f73b084
BLAKE2b-256 0f545ce69a1d60dded4d1df4bc15acff841e217534908623a69607cb913b9032

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ipyvizzu-0.3.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e4cb6f3604b1d2922132823728b101fed39404d0943a8a7b296f9caee1c46646
MD5 8f51baf4bf281b18053dbde4daaac2c7
BLAKE2b-256 fd4227be17c8d66de62aa7cfa868aec6df5a1d9f48e1a5610513d851a54a085e

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