简体   繁体   English

在原子氢中找不到内核规格

[英]No Kernel Specs found in Atom Hydrogen

在此处输入图片说明

I tried to install Hydrogen into ATOM, but get No Kernel Specs found error. 我试图将Hydrogen安装到ATOM中,但出现“未找到内核规格”错误。

I installed jupyter notebook via anaconda and previous ran a "conda install jupyter" in anacoda prompt. 我通过anaconda安装了jupyter笔记本,以前在anacoda提示符下运行了“ conda install jupyter”。

Is it a python file you're trying to run? 您要运行的是python文件吗?

In terminal what does jupiter kernelspec list —json give you? 在终端中, jupiter kernelspec list —json给您什么? If you open a Jupiter notebook can you open a python notebook and run that in a kernel? 如果您打开Jupiter笔记本,是否可以打开python笔记本并在内核中运行它? In terminal jupyter notebook , then select python from new on top left of home page of jupyter. 在终端jupyter notebook ,然后从jupyter主页左上方的new中选择python。

Is the grammar for that file python or do you have magic python or something else installed? 是该文件python的语法,还是您安装了魔术python或其他工具? If there is a different grammar you will need to map in hydrogen settings, eg for magic python: {“python”: “magicpython”} 如果存在其他语法,则需要在氢设置中进行映射,例如对于魔术python: {“python”: “magicpython”}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM