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

Missing Jupyter's slideshow support

Open simzer opened this issue 2 years ago • 2 comments

  • 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 slide and the next should run only when it's slide gets active.

jupyter nbconvert something.ipynb --to slides --post serve

Jupyter's slideshow functionality: https://medium.com/@mjspeck/presenting-code-using-jupyter-no...

simzer avatar Apr 03 '22 15:04 simzer