简体   繁体   English

Jupyter Notebook 由于奇怪的错误而无法打开

[英]Jupyter Notebook not opening because of weird error

When I try to open jupyter notebook the result is:当我尝试打开 jupyter 笔记本时,结果是:

Fata error in launcher: Failed to open executable启动器中的 Fata 错误:无法打开可执行文件

I tried to google it yet nothing has matched my error.我试着用谷歌搜索它,但没有任何东西与我的错误相匹配。 I don't know what to do any more.我不知道该怎么办了。 I've tried reinstalling Python so many times and I still get this result.我已经尝试重新安装 Python 很多次了,但我仍然得到这个结果。 My Python is version 3.8.1 by the way.顺便说一句,我的Python是3.8.1版本。

Try to launch it with python -m jupyter notebook尝试使用python -m jupyter notebook启动它

If this works, check if you the scripts folder is in your PATH: for example I am running python 3.6 so i added C:\Program Files\Python36\Scripts to my PATH.如果可行,请检查脚本文件夹是否在您的路径中:例如,我正在运行 python 3.6,所以我将C:\Program Files\Python36\Scripts添加到我的路径中。

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

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