|
|
|
|
|
by vidipeti
1536 days ago
|
|
I work in the small team that created Vizzu (https://news.ycombinator.com/item?id=28895897), and now we've integrated our tool into Jupyter Notebooks to help data scientists and analysts present the results of their work easier. ipyvizzu uses our open-source Javascript/C++ library, utilizing its 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. Next to creating a Python API, we added extra features for this integration, like using data from a Pandas dataframe and auto-scrolling to keep the chart in position while executing multiple cells. We would love to know what you think about it and how we should improve ipyvizzu. Repo: https://github.com/vizzuhq/ipyvizzu
Examples - click on any of them to see the code: https://vizzuhq.github.io/ipyvizzu/examples/examples.html#an.... |
|