Jupyter Notebook can't find modules for python 3.6

后端 未结 5 1137
鱼传尺愫
鱼传尺愫 2021-01-12 06:33

Not sure what happened but whenever I use ipython, hydrogen (atom) or jupyter notebook can\'t find any of the installed modules. I know I have pandas installed but the noteb

5条回答
  •  有刺的猬
    2021-01-12 06:55

    Try the following:

    pip3 install ipykernel --upgrade
    python3 -m ipykernel install --user
    

    Make sure that Panda is installed using pip3.

提交回复
热议问题