我收到了关于atom的错误,它要求使用pip安装ipkernal。
不确定该怎么做。我的系统上有Anaconda而不是pip。有人可以解释有关错误的信息,以及如何使用anaconda解决它。
我正在运行python代码并将文件保存为.py
。
import pandas as pd
wd = pd.read_csv("winequality-red", sep = ";")
five = wd.head()
print ("five")
错误讯息:
No kernel for grammar Python found <br>
Check that the language for this file is set in Atom and that you have a Jupyter kernel installed for it.<br>
To detect your current Python install you will need to run:<br>
python -m pip install ipykernel<br>
python -m ipykernel install --user
答案 0 :(得分:0)
这不是一个真正的答案,但你可能会在专注的Atom forums上获得更好的运气。
在您的情况下,看起来您还没有安装正确运行Python的内核Hydrogen
。 (当然,我只是假设您正在使用Hydrogen。您实际上还没有提供有关 >试图运行它的任何详细信息。)
从Hydrogen文档中,它将带您进入Python内核的这个页面。 https://nteract.io/kernels/python
特别是,我认为你想运行命令conda install ipykernel