简体   繁体   English

无法使用 anaconda 在 vscode 中打开 jupyter book

[英]Cannot open jupyter book in the vscode with anaconda

I've been trying to figure out all day long.我整天都在试图弄清楚。 I installed the anaconda 32-bit version and tried to connect with the VSCode.我安装了anaconda 32位版本并尝试连接VSCode。 However, even the Python version is the same, the Jupyter Server still shows not started.但是,即使 Python 版本相同,Jupyter Server 仍然显示未启动。 Do I mess up with something?我把事情搞砸了吗?

I've seen most of the issues on gitHub, but still cannot solve the problem.我已经看到 gitHub 上的大部分问题,但仍然无法解决问题。 Any help is highly appreciated.非常感谢任何帮助。

Activating Python 3.8.5 32-bit ('base': conda) to run Jupyter failed with Error: StdErr from 
ShellExec, �䤣�� C:\WINDOWS\TEMP\tmpveyllbs2.bat �䤣�� C:\WINDOWS\TEMP\tmpigmc3qz2.bat for 
C:/Users/alex0/anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1- 
22d70d46dee6' && python c:\Users\alex0\.vscode\extensions\ms-python.python- 
2020.7.96456\pythonFiles\pyvsc-run-isolated.py c:/Users/alex0/.vscode/extensions/ms-python.python- 
2020.7.96456/pythonFiles/printEnvVariables.py.

Press ctrl+, to open setting.json, add:ctrl+,打开设置。json,添加:

"terminal.integrated.env.windows": {
        "PATH":""
    }

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

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