Closed
Description
As noted elsewhere and reported by @erickmartins in #99 the skimage.viewer
viewer has been deprecated. Other issues (#73 & #66) have noted problems with that viewer anyway.
We should choose something else that is:
- easy to install regardless on any reasonably modern operating system
- adds few dependencies
- is stable and well-supported
One option would be to merge #99, which switches to using skimage.io.show
(using matplotlib.pyplot.show
"under the hood" unless I am mistaken). This will display images inline if using an interactive environment like Jupyter. If we decide to do that, the lesson content will need to be carefully updated to reflect the change. (See #130, but other changes are also likely to be needed.)
Metadata
Metadata
Assignees
Labels
No labels