无法启动内核[Errorno 2] Jupyter Notebook

问题描述

我正在尝试从终端(MacOS Catalina)在系统上运行jupyter笔记本

我最近重新安装了python和anaconda。 Miniconda以前在我的机器上,但是在安装anaconda之前我将其卸下。但是,运行笔记本时,在浏览器中出现以下错误:

SELECT table1.budget AS table1_budget,table2.budget AS table2_budget,<other coulmns>
FROM table1
INNER JOIN table2 ON <Join Condition>

无论我从哪个虚拟conda环境运行,都会发生这种情况。任何帮助将不胜感激。

解决方法

此问题的答案如下:

运行命令:

jupyter kernelspec list

也重命名python3内核指向的目录。 运行jupyter笔记本

Use jupyter kernelspec uninstall 'oldPython'

全部完成!

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...