Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ipywidgets

Ipywidgets: Update One Widget Based On Results From Another

I am using widgets in IPython that allows the user to repeatedly search for a phrase and see the re… Read more Ipywidgets: Update One Widget Based On Results From Another

Displaying Gifs In Jupyter Notebook Using Widgets

How do you use python widgets to display gifs in a jupyeter notebook. I have tried: gif_box = widg… Read more Displaying Gifs In Jupyter Notebook Using Widgets