VSCode 中的 Jupyter 笔记本未显示最新 python 内核列表
Jupyter notebooks in VSCode not showing up to date python kernel list
几个月来,我在 VSCode 中使用虚拟环境、python notebooks 和 jupyter 时遇到问题,出于某种原因,很多时候,它找不到内核我补充说,尽管我可以在 运行 jupyter kernelspec list
时看到它们。它们是否出现似乎是随机的。重新加载屏幕并重新启动 vscode 无济于事,禁用和重新启用 python 和 jupyter 扩展也无济于事。我通过按钮 select 内核和命令面板都进行了尝试。我通常从命令行启动 vscode,并激活我的虚拟环境。此外,很多我很久以前删除的内核仍然出现在列表中。
Vscode 和笔记本电脑都是最新的。
我之前遇到过集成 jupyter 笔记本的问题,起初格式化和自动完成在笔记本中不起作用(但它们在常规 python 文件中起作用)。
我在使用 MacOS,如果这很重要的话。
很抱歉,这是一个错误,请参阅错误报告:
Can't see or select Jupyter kernel's from Kernel drop-down
现在有一个解决方法:
- Find where python is installed
- Select the command Python: Select Interpreter
- Next select Enter interpreter path
- Next enter the path into the input box and hit Enter
This interpretr will now work in VS Code and you might need to re-load
VS Code just once more to get it working in jupyter extension.
请试一试。
几个月来,我在 VSCode 中使用虚拟环境、python notebooks 和 jupyter 时遇到问题,出于某种原因,很多时候,它找不到内核我补充说,尽管我可以在 运行 jupyter kernelspec list
时看到它们。它们是否出现似乎是随机的。重新加载屏幕并重新启动 vscode 无济于事,禁用和重新启用 python 和 jupyter 扩展也无济于事。我通过按钮 select 内核和命令面板都进行了尝试。我通常从命令行启动 vscode,并激活我的虚拟环境。此外,很多我很久以前删除的内核仍然出现在列表中。
Vscode 和笔记本电脑都是最新的。
我之前遇到过集成 jupyter 笔记本的问题,起初格式化和自动完成在笔记本中不起作用(但它们在常规 python 文件中起作用)。
我在使用 MacOS,如果这很重要的话。
很抱歉,这是一个错误,请参阅错误报告: Can't see or select Jupyter kernel's from Kernel drop-down
现在有一个解决方法:
- Find where python is installed
- Select the command Python: Select Interpreter
- Next select Enter interpreter path
- Next enter the path into the input box and hit Enter
This interpretr will now work in VS Code and you might need to re-load VS Code just once more to get it working in jupyter extension.
请试一试。