from skimage.io import imread import stackview
image = imread('data/blobs.tif')
stackview.display_range(image)
VBox(children=(HBox(children=(VBox(children=(ImageWidget(height=254, width=256),)),)), IntSlider(value=127, de…