fork download
  1. import spyder
  2. help(spyder)
  3. import numpy as np
  4. import cv2
  5.  
  6. img=cv2.inread("The time.png")
  7. cv2.inshow("original",img)
  8. cv2.waitkey(0)
  9. cv2.destroyallWindows(p)
Runtime error #stdin #stdout #stderr 0s 23296KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
ImportError: No module named spyder