美文网首页
VScode中jupyter notebook运行按钮消失

VScode中jupyter notebook运行按钮消失

作者: 杨康chin | 来源:发表于2021-11-14 15:47 被阅读0次

尝试以下操作

1,终端中输入

conda uninstall jupyter
conda uninstall ipykernel
conda uninstall nb_conda
conda install jupyter
conda install ipykernel
conda install nb_conda

2,删除工作区的workspace文件

重启VScode,重新导入文件夹到工作区

完成

相关文章

网友评论

      本文标题:VScode中jupyter notebook运行按钮消失

      本文链接:https://www.haomeiwen.com/subject/qpcxtrtx.html