Skip to content

hyperparameters/jupyter-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jupyter Notebook widgets to make notebooks interactive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages