0
Please tell me why jupyter notebook showing, name error 'np' is not defined, what should I do, every program showing like this
3 Antworten
+ 1
when you importing numpy did you do it like:
import numpy as np?
+ 1
"np" is a common alias for the numpy module. See if the numpy module is installed.
If that's not the issue copy the whole error message and post it here.
0
Bro my problem is solved when I restart system
I write 1_3 program but showing everywhere name is errors 'np', 'pd'
Now running jupyter
Thanks everyone