Jupyter Notebook widgets to make notebooks interactive
- 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()
pip install git+https://github.com/hyperparameters/jupyter-widgets.git