Skip to main content

Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.

Project description

Vizzu

ipyvizzu - Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax

Documentation · Examples · Code reference · Repository · Blog

PyPI version Conda Version CI-CD

ipyvizzu

About The Project

ipyvizzu is an animated charting tool for Jupyter, Google Colab, Databricks, Kaggle and Deepnote notebooks among other platforms. ipyvizzu enables data scientists and analysts to utilize animation for storytelling with data using Python. It's built on the open-source JavaScript/C++ charting library Vizzu.

There is a new extension of ipyvizzu, ipyvizzu-story with which the animated charts can be presented right from the notebooks. Since ipyvizzu-story's syntax is a bit different to ipyvizzu's, we suggest you to start from the ipyvizzu-story repo if you're interested in using animated charts to present your findings live or to share your presentation as an HTML file.

Similarly to Vizzu, ipyvizzu utilizes a generic dataviz engine that generates many types of charts and seamlessly animates between them. It is designed for building animated data stories as it enables showing different perspectives of the data that the viewers can easily follow.

Main features:

  • Designed with animation in focus;
  • Defaults based on data visualization guidelines;
  • Works with Pandas dataframe, while also JSON and inline data input is available;
  • Auto scrolling feature to keep the actual chart in position while executing multiple cells.

Installation

pip install ipyvizzu

Visit Installation chapter for more options and details.

Usage

You can create the animation below with the following code snippet.

ipyvizzu

import pandas as pd
from ipyvizzu import Chart, Data, Config

df = pd.read_csv(
    "https://ipyvizzu.vizzuhq.com/0.17/showcases/titanic/titanic.csv"
)
data = Data()
data.add_df(df)

chart = Chart(width="640px", height="360px")

chart.animate(data)

chart.animate(
    Config(
        {
            "x": "Count",
            "y": "Sex",
            "label": "Count",
            "title": "Passengers of the Titanic",
        }
    )
)
chart.animate(
    Config(
        {
            "x": ["Count", "Survived"],
            "label": ["Count", "Survived"],
            "color": "Survived",
        }
    )
)
chart.animate(Config({"x": "Count", "y": ["Sex", "Survived"]}))

Documentation

Visit our Documentation site for more details and a step-by-step tutorial into ipyvizzu or check out our Example gallery.

Environments

ipyvizzu can be used in a wide variety of environments, visit Environments chapter for more details.

Extensions

  • ipyvizzu-story adds presentation controls to present data stories live or to share them as an interactive HTML file.

Contributing

We welcome contributions to the project, visit our contributing guide for further info.

Contact

Usage Statistics

ipyvizzu collects aggregate usage statistics by default to follow the progress and overall trends of our library. This feature is optional, and users can choose to opt-out. However, we do not track, collect, or store any personal data or personally identifiable information. Please note that even when this feature is enabled, publishing anything made with ipyvizzu remains GDPR compatible. For more details, please visit Analytics chapter.

License

Copyright © 2022-2023 Vizzu Inc.

Released under the Apache 2.0 License.

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.17.0.tar.gz (44.7 kB view details)

Uploaded Source

Built Distribution

ipyvizzu-0.17.0-py3-none-any.whl (40.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ipyvizzu-0.17.0.tar.gz
  • Upload date:
  • Size: 44.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for ipyvizzu-0.17.0.tar.gz
Algorithm Hash digest
SHA256 f31bde4525cb7ab2a4a4fef105a22723913f76c7e326aff53c6c834af421a00f
MD5 55e2c667811c98397ea9608dccc36228
BLAKE2b-256 10a0333d480a2cdaa02af0dfff46a32febc59b66d6a07509e11c710f7365b61e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ipyvizzu-0.17.0-py3-none-any.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for ipyvizzu-0.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f7369a2a294a25b548ab154b748bc70b4850a3d3a5d3c3357068641f353ef7c5
MD5 b66672f68cedf49f9f3ad7f3fe5f3ad8
BLAKE2b-256 51f0de24a49d39e39b24c9d80f6a410b3018c7fe54ac00adcf1ad50c2389e2ee

See more details on using hashes here.

Supported by

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