ModuleNotFoundError:没有名为"pandas"的模块(jupyter笔记本) [英] ModuleNotFoundError: No module named 'pandas' (jupyter notebook)

查看:1157
本文介绍了ModuleNotFoundError:没有名为"pandas"的模块(jupyter笔记本)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不明白如何将模块安装到Jupyter Notebook.我尝试导入不同的框架,但是即使系统中已安装所有组件,也无法导入任何内容.我正在使用点子.

I don't understand how to install modules to Jupyter Notebook. I tried importing different frameworks but nothing can be imported even though I have everything installed in my system. I'm using pip.

或者也许有一种方法可以将Jupyter指向某个虚拟环境?

Or maybe there's a way to point Jupyter to a certain virtualenv?

推荐答案

import sys
!{sys.executable} -m pip install pandas

这篇关于ModuleNotFoundError:没有名为"pandas"的模块(jupyter笔记本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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