ipyvizzu
ipyvizzu copied to clipboard
Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.
todo: - [ ] remove code duplication from unit tests (after it remove --disable=duplicate-code from Makefile) - [ ] remove 'no cover' unit test comments from __init__.py - test these...
Working draft for lib separation. - [ ] review python code - [x] fix unit tests - [x] separate and expand unit tests - [ ] update doc - [x]...
chart disappears in the generated html if width or height is a percentage
if display=manual, the chart not displayed with chart.show() in the generated html
catch async exceptions and write out the error message into the html page. this solution would be easier than sending it back to jupyter
[datacamp ipyvizzu demo](https://app.datacamp.com/workspace/w/70e037d2-65f7-4b65-af24-d3a0c4b154d7) ipyvizzu works in the workspace (use jupyterlab) but doesn't appear in the publication.
catch promise errors, after than; after send beck to ipython display javascript If it is possible, data verification by schema can be removed from ipyvizzu.
if display = "actual"
https://www.kaggle.com/code/simonlszl/world-population-racing-bar-chart-using-vizzu?scriptVersionId=91659053 I should set `chart.scroll_into_view = False` here explicitly, or autoscrolling would not stop on manual scroll.