【发布时间】:2021-11-30 02:06:00
【问题描述】:
在我的 Arch 系统上,我安装了 jupyter-notebook 版本 6.4.4 和 Code - OSS 版本 1.61.0。带有 Python (v2021.9.1246542782) 扩展和 Jupyter (v2021.9.100) 扩展。
当我尝试打开 .ipynb 文件时,程序返回以下消息:
Extension activation failed, run the 'Developer: Toggle Developer Tools' command for more information.
并且不会执行笔记本。
如果我随后切换开发人员工具,我会发现一系列错误:
Error: Unable to read file '/usr/lib/code/extensions/markdown-language-features/notebook-out/index.js' (Error: Unable to resolve nonexistent file '/usr/lib/code/extensions/markdown-language-features/notebook-out/index.js')
GET https://file+.vscode-resource.vscode-webview.net/usr/lib/code/extensions/markdown-language-features/notebook-out/index.js net::ERR_ABORTED 404
Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://file+.vscode-resource.vscode-webview.net/usr/lib/code/extensions/markdown-language-features/notebook-out/index.js
Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://file+.vscode-resource.vscode-webview.net/usr/lib/code/extensions/markdown-language-features/notebook-out/index.js
欢迎提出任何建议。
【问题讨论】:
标签: python linux visual-studio-code jupyter-notebook vscode-extensions