I tried to run example in photutil
Everything works great except the line
plt.imshow(image, cmap=\'gray_r\', origin=\'lower\')
whi
# need to use matplotlib inline if want to show at jupyter Notebook %matplotlib inline plt.imshow(image, cmap='gray_r', origin='lower') plt.show()