Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 425 Bytes

File metadata and controls

19 lines (14 loc) · 425 Bytes

jupyter-widgets

Jupyter Notebook widgets to make notebooks interactive

Available widgets

  • ImageViewer - A widget to display and navigate images from a local filesystem \
from jupyter_widgets import ImageViewer

iv = ImageViewer("./path/to/image/directory")
iv.display()

demo

Installation

pip install git+https://github.com/hyperparameters/jupyter-widgets.git