Skip to main content

Build, present and share animated data stories in Jupyter Notebook and similar environments.

Project description

ipyvizzu-story

ipyvizzu-story - Build, present and share animated data stories in Jupyter Notebook and similar environments

Documentation · Examples · Code reference · Repository · Blog

PyPI version Conda Version CI-CD

ipyvizzu-story

About The Extension

ipyvizzu-story is an extension of the animated charting tool ipyvizzu that enables users to create and present interactive data presentations within the data science notebook of their choice and to share them as an HTML file. The extension provides a widget that contains the presentation and adds controls for navigating between slides - predefined stages within the story being presented. Navigation also works with keyboard shortcuts - arrow keys, PgUp, PgDn, Home, End - and you can also use a clicker to switch between the slides.

Installation

pip install ipyvizzu-story

Visit Installation chapter for more options and details.

Usage

You can check and download the code behind the animation on the top of the page in our Example gallery.

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

ipyvizzu-story

from ipyvizzu import Data, Config
from ipyvizzustory import Story, Slide, Step

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

story = Story(data=data)

slide1 = Slide(
    Step(
        Config({"x": "Foo", "y": "Bar"}),
    )
)
story.add_slide(slide1)

slide2 = Slide(
    Step(
        Config({"color": "Foo", "x": "Baz", "geometry": "circle"}),
    )
)
story.add_slide(slide2)

story.play()

Documentation

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

Environments

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

Contributing

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

Contact

Usage Statistics

ipyvizzu-story 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-story 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_story-0.9.0.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

ipyvizzu_story-0.9.0-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file ipyvizzu_story-0.9.0.tar.gz.

File metadata

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

File hashes

Hashes for ipyvizzu_story-0.9.0.tar.gz
Algorithm Hash digest
SHA256 6ded9339ad127aabc6d551b4e4b8c1f812fa4ea97e99f44c9d10f6ae144fe132
MD5 79cd444950305f41099ce82f4166e668
BLAKE2b-256 43ab38438ff2b8af1a2fb92ba1422d37687d37477076fb66ce88e9333794ac13

See more details on using hashes here.

File details

Details for the file ipyvizzu_story-0.9.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for ipyvizzu_story-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a2c045654530527c782932e36f64cbacb007682d99f249f0f9939320601f284
MD5 daf59beafcb3faef4f442149e438f629
BLAKE2b-256 b5a22d06d97f686c4293bcd2e47e246c702bed829f329eef01c9558c13dd4b95

See more details on using hashes here.

Supported by

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