I am new to skimage and I am trying to show an image in my ipython laptop: \
from skimage import data, io coins = data.coins() io.imshow(coins)
But I see only the following line:
<matplotlib.image.AxesImage at 0x7f8c9c0cc6d8>
Can anyboby explain how to show the image right below the code, like here: Correct output
source share