ipyvizzu-story icon indicating copy to clipboard operation
ipyvizzu-story copied to clipboard

Build, present and share animated data stories in Jupyter Notebook and similar environments.

Results 10 ipyvizzu-story issues
Sort by recently updated
recently updated
newest added

for example use npm install and local version (if jsdelivr blocked by corporate policies)

enhancement

- [x] The chart appears but its vertical size is constantly growing for some time -> added Story.set_size(width, height) method in 0.2.0 (for example: story.set_size("800px", "480px")) - [ ] PgUp,...

bug

- [x] The chart appears but its horizontal and vertical size are both too big by default. -> added Story.set_size(width, height) method in 0.2.0 (for example: story.set_size("800px", "480px")) - [...

bug

test compatibility in different platforms, create example and specify restrictions in docs/environments - [ ] H2O Wave - [ ] Plotly Dash/Dash - [ ] PyWebIO - [ ] EMR...

good first issue

Story does not appear in the html which is published by databricks: Uncaught SecurityError: Failed to read the 'cookie' property from 'Document': The document is sandboxed and lacks the 'allow-same-origin'...

bug

It would be good, if fix aspect ratio could be set for the story size.

enhancement

- 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...

Test how generated html of ipyvizzu-story behaves in an iframe. Create example and specify restrictions in docs/docs/environments - [ ] Google Slides - [ ] Slides.com

good first issue

In the generated html, catch errors and async promise errors. + Display the catched error in an alert window or send back to [ipython kernel](https://github.com/vizzuhq/ipyvizzu/issues/223) or HTML

good first issue