jupyter Extension activation failed, run the ‘Developer: Toggle Developer Tools‘ command for more in
·
问题描述:
Extension activation failed, run the 'Developer: Toggle Developer Tools' command for more information
问题定位:
关于vscode+jupyter使用时,jupyter找不到内核,或者一直提示没下载插件。
问题解决:
首先卸载
pip uninstall jupyter notebook
后重新下载
pip install jupyter notebook
为什么?
问题出现在vscode的自动更新上。之前被坑好几次了。
找了很多教程都说是卸载重装插件之类的,思路是对的,但是需要注意是远程ssh-本地插件-conda环境的jupyter版本都匹配。
因直接从conda环境出发,所以从根本解决处理当前环境的jupyter。

重装后会发现好几个东西更新了版本,同时插件的也会更新。这样就完全匹配了。
搞了快1h,气死我了

更多推荐
所有评论(0)