在我的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
欢迎提出任何建议。
遇到同样的问题,我发现唯一的修复方法是删除Code - OSS并从AUR (https://aur.archlinux.org/packages/visual-studio-code-bin/)安装微软品牌版本
您可以使用code --enable-proposed-api ms-toolsai.jupyter
命令启动代码丢失。
它在oss 1.66中工作
我从Pacman安装了1.61.0代码==>没有工作。
版本:1.61.0提交:ee8c7def80afc00dd6e593ef12f37756d8f504ea日期:2021 - 10 - 10 - t18:20:55.439z电子:13.5.2铬:91.0.4472.164node . js: 14.16.0V8: 9.1.269.39-electron.0操作系统:Linux x64 5.14.12-arch1-1
安装代码1.61.2 from aur ==>作品。
版本:1.61.2提交:6 cba118ac49a1b88332f312a8f67186f7f3c1643日期:2021 - 10 - 19 - t14:58:13.605z电子:13.5.1铬:91.0.4472.164node . js: 14.16.0V8: 9.1.269.39-electron.0操作系统:Linux x64 5.14.12-arch1-1
此问题应在Code - OSS 1.62版本中修复,该版本现已在官方Arch存储库中可用。
刚刚安装了community/code 1.78.1-1,但仍然存在问题。必须使用命令行选项code --enable-proposed-api ms-toolsai.jupyter
来加载jupyter扩展。