the*_*der 11 python numpy pip pandas jupyter-notebook
我的 Windows 10 笔记本电脑上安装了 Python 3.7。几天前我在我的笔记本电脑上安装了 pandas 和 numpy,它们在我的 jupyter 笔记本中通过编写import numpy as np和import pandas as pd. 但是今天当我再次启动我的 jupyter notebook 来练习时,同样的错误发生了好几次。
ModuleNotFoundError: No module named 'numpy'
我多次尝试重新启动 jupyter 内核,然后一次又一次地执行该语句,但每次都显示相同的错误。
我已经安装了 numpy usingpip install numpy和 pandas usingpip install pandas
我已经尝试通过我的 jupyter notebook 安装 pandas 和 numpy !pip install numpy,!pip install pandas但问题仍然存在。查看以下屏幕截图。点击链接查看。
我还在学习python,所以请你帮我解决这个问题。我不知道该怎么办。
pye*_*biz 18
打开笔记本。通过输入笔记本单元格通过笔记本安装您的软件包 -
!pip install numpy
!pip install pandas
Run Code Online (Sandbox Code Playgroud)
然后导入
| 归档时间: |
|
| 查看次数: |
34525 次 |
| 最近记录: |