ipyvizzu
ipyvizzu copied to clipboard
Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.
If run initiated on a cell while another cell did not finished running, then the chart div somehow gets duplicated.
There is a scroll bar below the chart in the generated documentation.
Would be good to optionally have the possibility to automatically store the chart at the end of the cell and restore at the beginning of the cell, like in the...
Implement a Pandas [plotting backend](https://plotly.com/python/pandas-backend/) using ipyvizzu.
Data filter can be specified for Vizzu on the JS API as a JS function: ```Javascript chart.animate({ data: { filter: record => expression ) }}); ``` where data series can...
Also solve interactivity (streamlit buttons -> vizzu animations)
- Current behaviour: all animation runs sequentially in the slideshow one after another independently from slideshow controls - Expected behaviour: all animation should stop at the end of if's corresponding...
https://jupyterlite.github.io/demo/lab/index.html https://blog.jupyter.org/jupyter-everywhere-f8151c2cc6e8
Please note the scrollbar and drop shadow around the chart container. Both version will reproduce the bug: ```python chart = Chart() chart = Chart(width="640px", height="600px") ``` Worked in the previous...