Python 无法使用anaconda在vscode中打开jupyter书籍

Python 无法使用anaconda在vscode中打开jupyter书籍,python,visual-studio-code,jupyter,Python,Visual Studio Code,Jupyter,我整天都在想办法。我安装了anaconda 32位版本,并尝试连接VSCode。然而,即使Python版本是相同的,Jupyter服务器仍然显示NotStarted。我是不是搞砸了什么 我在gitHub上看到了大多数问题,但仍然无法解决问题。非常感谢您的帮助 Activating Python 3.8.5 32-bit ('base': conda) to run Jupyter failed with Error: StdErr from ShellExec, �䤣�� C:\WINDOWS

我整天都在想办法。我安装了anaconda 32位版本,并尝试连接VSCode。然而,即使Python版本是相同的,Jupyter服务器仍然显示NotStarted。我是不是搞砸了什么

我在gitHub上看到了大多数问题,但仍然无法解决问题。非常感谢您的帮助

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.

按ctrl+,打开setting.json,添加:

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

您的安装路径是否包含非英语字符?我的路径实际上是
C:\Users\alex0\anaconda3
。谢谢,但我选择只安装Python,独立安装软件包。没关系,如果出现任何问题,您仍然可以发布,人们会帮助您