在我的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
任何建议都很感激。
5条答案
按热度按时间6za6bjd01#
有同样的问题,我找到的唯一修复方法是删除Code - OSS并从AUR(https://aur.archlinux.org/packages/visual-studio-code-bin/)安装Microsoft品牌版本
pdtvr36n2#
你可以启动代码oss与comand
code --enable-proposed-api ms-toolsai.jupyter
.它在OSS 1.66中工作
ecbunoof3#
我从Pacman安装了代码1.61.0 ==>没有工作。
版本:1.61.0提交:ee 8 c7 def 80 afc 00 dd 6 e593 ef 12 f37756 d8 f504 ea日期:2021-10- 10 T18:20:55.439Z电子:13.5.2 Chrome:91.0.4472.164 Node.js:14.16.0 V8:9.1.269.39-electron.0 OS:Linux x64 5.14.12-arch1-1
然后从aur ==>安装代码1.61.2就可以了。
版本:1.61.2提交:6cba 118 ac 49 a1 b88332 f312 a8 f67186 f7 f3 c1643日期:2021-10- 19 T14:58:13.605Z电子:13.5.1 Chrome:91.0.4472.164 Node.js:14.16.0 V8:9.1.269.39-electron.0 OS:Linux x64 5.14.12-arch1-1
tktrz96b4#
这个问题应该在Code - OSS版本1.62中得到解决,现在可以在官方的Arch仓库中找到。
5n0oy7gb5#
刚安装了community/code 1.78.1-1,仍然有问题。必须使用命令行选项
code --enable-proposed-api ms-toolsai.jupyter
运行才能加载jupyter扩展。