简体   繁体   中英

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. However, even the Python version is the same, the Jupyter Server still shows not started. Do I mess up with something?

I've seen most of the issues on gitHub, but still cannot solve the problem. 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:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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