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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ipyvizzu-0.1.1.tar.gz
  • Upload date:
  • Size: 6.4 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.1.1.tar.gz
Algorithm Hash digest
SHA256 49a7701de702bfd17a16c9da617a96f33e11ae13bab9e71add9db8003e815b6b
MD5 a696cd4072b542343b189eb1a63e3a9a
BLAKE2b-256 2a6207ea30a1458bbc01176d668e684df01daf17600f7e90b37626c1dc4d8f96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ipyvizzu-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.7 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5526178faa6f9cf0340e5028c7877d1ede0d7c0c016baabf29187ced2aae9ac4
MD5 70d835dea28654017f388fd3fef59e23
BLAKE2b-256 bf1c084a97d902c8b895f790cf5ff3f918f1d0b158ebb3b859905a22e337c1ae

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