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.

import ipyvizzu

data = ipyvizzu.Data()
data.add_serie("Foo", ["Alice", "Bob", "Ted"])
data.add_serie("Bar", [15, 32, 12])
data.add_serie("Baz", [5, 2, 2])

chart = ipyvizzu.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.2.0.tar.gz (6.6 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.2.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ipyvizzu-0.2.0.tar.gz
  • Upload date:
  • Size: 6.6 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.2.0.tar.gz
Algorithm Hash digest
SHA256 06f038e229dc0ec64c5e450cce3f3d9e92176bc39a17be05e84419a9fb31a3f9
MD5 a7f1813ea826a1bba25ca85d4d0fefbe
BLAKE2b-256 ae90d0b8e59a9c388ea6f9a887f4871c77334d9b165c9d7718cd4ba6e0387fc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ipyvizzu-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 6.9 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d73d73123083f82ec2e652bd2d89a9f05b55a93b10fdced4190c703ca106f8b
MD5 cf97829fd094d6afd0922463d973a336
BLAKE2b-256 45a4126a2f6f81f5e8cd7f23f854c87bf817acb4aca5a183a5982495cdb84deb

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