NameError: name 'get_ipython' is not defined
innoveexperience opened this issue · 1 comments
innoveexperience commented
/Tensorflow-License-Plate-Detection-master/numplate_recognition_detection.py", line 13, in
get_ipython().magic('matplotlib inline')
where can get_ipython be defined?
the file has not been changed, I just installed the packages.
greetings!
Usama323 commented
I have solved the same issue by adding # at the start of this line (i.e comment this line)