plt.imshow() not showng images on windows code example
Example 1: plt.imshow not showing image
The solution was as simple as adding plt.show() at the end of the code snippet:
Example 2: plt.imshow not showing
plt.show()
# ^This has to be after plt.imshow()