Animated chart presentations in Jupyter notebooks
After releasing our open-source tool to build animated charts in Jupyter and other computational notebooks (https://news.ycombinator.com/item?id=30895975), we got two requests from data scientists: 1. They lacked the opportunity to use these charts to present their findings and control the animation better than just (re)running notebook cells. 2. They had challenges using our generic chart-building engine - they are more acquainted with picking a chart type and using the parameters specific to that type. So we decided to build a new extension that enables our users to add the…
In plain words
This tool creates animated chart presentations within Jupyter notebooks, allowing data scientists to build and present interactive visualizations directly from their computational environment. Users can organize charts into slides and control animations using on-screen buttons, keyboard shortcuts, or a presentation clicker. The extension provides chart-type-specific parameters designed for users familiar with traditional charting tools, making it easier to build visualizations without learning a generic chart engine.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
After releasing our open-source tool to build animated charts in Jupyter and other computational notebooks (https://news.ycombinator.com/item?id=30895975), we got two requests from data scientists: 1. They lacked the opportunity to use these charts to present their findings and control the animation better than just (re)running notebook cells. 2. They had challenges using our generic chart-building engine - they are more acquainted with picking a chart type and using the parameters specific to that type. So we decided to build a new extension that enables our users to add the charts to slides and thus create interactive, animated presentations they can present right from the notebook. The presentation can be controlled with buttons beneath the charts, keyboard shortcuts (arrows, PgUp, PgDn, Home, End), or a clicker. We also added the capability to export these presentations to HTML to share them with others who don't use notebooks. Example - scroll to the bottom for the presentation: https://vizzuhq.github.io/ipyvizzu-story/examples/demo/ipyvi.... We tackled the other challenge by introducing chart presets: users can now pick from the 40+ pre-defined chart types. https://ipyvizzu.vizzuhq.com/examples/examples.html#Preset-c... Everything is released under the Apache 2.0 license and is available for JavaScript developers as an open-source data storytelling solution. Technically, in the Jupyter version, it's the JS lib being called from the notebook with a Python interface - similarly to what Plotly does. More info: https://github.com/vizzuhq/vizzu-ext-js-story & https://lib.vizzuhq.com/latest/ We'd love to know more about how our technology can be put to good use, so if you have any feedback or suggestions, we're here to listen.
Does a similar job
all alternatives →- OSOpen-source animated chart presentations in computational notebooks2022 · github.com · ▲28
- IOipyvizzu – open-source animated charts in Jupyter Notebooks2022 · github.com · ▲70
- BPBuild, present and share animated data stories in Jupyter Notebook2022 · github.com · ▲14

- CWChartGPU – WebGPU-powered charting library (1M points at 60fps)Jan 2026 · github.com · ▲670
Creator here. I built ChartGPU because I kept hitting the same wall: charting libraries that claim to be "fast" but choke past 100K data points. The core insight: Canvas2D is fundamentally CPU-bound. Even WebGL chart libraries still do most computation on the CPU. So I moved everything to the GPU via WebGPU: - LTTB downsampling runs as a compute shader - Hit-testing for tooltips/hover is GPU-accelerated - Rendering uses instanced draws (one draw call per series) The result: 1M points at 60fps with smooth zoom/pan. Live demo:…

More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, August 2022
the whole month →



DhiWise 2.0▲737Convert Figma designs into Flutter 3.0 & React code rapidly
Dev tools · 2022 · dhiwise.com
- PA
Hey HN, I've been working on https://pornpen.ai, a site for generating adult images. Please only visit the site if you are 18+ and willing to look at NSFW images. This site is an experiment using newer text-to-image models. I explicitly removed the ability to specify custom text to avoid harmful imagery from being generated. New tags will be added once the prompt-engineering algorithm is fine-tuned further. If the servers are overloaded, take a look at the feed and search pages to look through past results. For comments/suggestions/feedback please visit…
AI · 2022 · pornpen.ai