Is there a way to create a slideshow of images that respond to left and right arrows?
It would be great to be able to iterate through a list of images using left and right arrows. Matplotlib interactive features only allow you to use the arrows for view history of a single figure. Back and Forward ipywidgets work but its bit inconvient. What would be ideal is using keyboard shortcuts.
2 Replies
Hi! Maybe you can make use of a Vuetify Carousel through something like:
Although the Vuetify carousel does not support navigating using the keyboard, you could put in listeners for that by hand.
Vuetify — A Material Design Framework for Vue.js
Vuetify is a Material Design component framework for Vue.js. It aims to provide all the tools necessary to create beautiful content rich applications.
i will try it out