jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

can't import PANDAS in Jupyter notebook #432

Open BenjiTheC opened 5 years ago

BenjiTheC commented 5 years ago

So I evoke Jupyter notebook from my iTerm with zsh, and I have already use pip3 to install the pandas from the very top level of my MacBook. But every time I try to import pandas in notebook it raises the exception "ModuleNotFoundError"

screen shot 2018-09-30 at 6 00 43 pm

But by Anaconda-Navigator I can successfully import pandas. It there any solution for this? Thx a lot in advanced

RichardFC commented 5 years ago

same error as me, have you ever import other packages?