Jupyter Anaconda:将文本文件加载到python时出错

时间:2019-10-08 15:23:07

标签: jupyter-notebook

您可以清楚地在这张图片中看到

enter image description here

我的txt文件“ sunplots”与我的python文件“ test”位于同一ordner中。

如果我打开python文件“ test”并输入以下代码:

from pylab import *
from numpy import *

data = loadtxt("sunspots.txt")

我总是会出错

enter image description here

enter image description here

错误指出没有sunplots.txt文件,但是怎么回事?这两个文件都在同一个文件夹中,因此我不需要写确切的路径,也没有写错txt文件名...

0 个答案:

没有答案