Wikipedia

Search results

Thursday, August 25, 2022

Show HN: Animated chart presentations in Jupyter notebooks https://ift.tt/rP8kJ3V

Show HN: Animated chart presentations in Jupyter notebooks After releasing our open-source tool to build animated charts in Jupyter and other computational notebooks ( https://ift.tt/rmN2cRV ), 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://ift.tt/LIjU3qS... . We tackled the other challenge by introducing chart presets: users can now pick from the 40+ pre-defined chart types. https://ift.tt/SlAZ8P9... 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://ift.tt/EKGT8gX & https://ift.tt/yJ7PZVl 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. https://ift.tt/nAC0HGS August 25, 2022 at 05:42PM

No comments:

Post a Comment