Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 425 Bytes

README.md

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