Jupyter Notebook无法找到适用于python 3.6的模块 [英] Jupyter Notebook can't find modules for python 3.6

查看:233
本文介绍了Jupyter Notebook无法找到适用于python 3.6的模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

不知道发生了什么,但是每当我使用ipython,hydrogen(原子)或jupyter笔记本时,都找不到任何已安装的模块.我知道我已经安装了熊猫,但是笔记本上说找不到.

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 notebook says its not found.

我应该补充一点,当我正常运行脚本(python script.py)时,它的导入确实没有任何错误.

I should add that when I run the script normally (python script.py) it does import without any errors.

建议?

谢谢!

推荐答案

尝试以下操作:

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

确保使用pip3安装了Panda.

Make sure that Panda is installed using pip3.

这篇关于Jupyter Notebook无法找到适用于python 3.6的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆