Visual Studio 加载预加载项时出错:无法提取动态导入的模块:

mdfafbf1  于 2022-11-17  发布在  其他
关注(0)|答案(3)|浏览(202)

在VS代码上运行Jupyter notebook单元时,会引发以下错误

Error loading preloads: 

 -  Failed to fetch dynamically imported module: https://file+.vscode-resource.vscode-webview.net/c%3A/Users/Acer/.vscode/extensions/ms-toolsai.jupyter-2021.9.1101343141/out/datascience-ui/errorRenderer/errorRenderer.js

它以前工作得很好,但不知何故,它现在抛出错误,而不是显示笔记本电脑的错误。

jum4pzuy

jum4pzuy1#

罪魁祸首是Jupyter笔记本渲染器扩展v 1.0.4 ......回滚v 1.0.3解决了这个问题。

hec6srdp

hec6srdp2#

我使用Anaconda为我当前的环境安装了Jupyter,打开它一次,然后我就可以在VS代码中使用那个环境了。在我这样做之前,我在使用Jupyter插件的VS代码中得到了那个错误,设置为正确的环境。我没有更新或还原VS代码中的任何扩展。

cbeh67ev

cbeh67ev3#

重新启动VS代码可能会解决此问题。

相关问题