赞
踩
1.选择好装有jupyter的Python解释器,在conda下的要激活好conda环境。同样可以通过vscode界面左下角切换的Python版本,选择已有的Python解释器(包括conda里的虚拟环境)
2.如在本机的cmd窗口通过jupyter notebook已启动,且在浏览器正常运行,但是在vscode上仍然无法使用的情况下使用如下方法:
通过快捷键command+shift+P(Mac 环境下)或F1 调出vscode 交互命令框
在vscode的命令输入框里输入“Select Interpreter to start Jupyter server”,选择你要选用的Python解释器,设置成功后。
(截止Version: 1.47.1 版本)最后需要运行下ipynb中的cell,之后vscode 会显示
(相关 github issue https://github.com/microsoft/vscode-python/issues/6762)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。