VSCode无法将jupyter笔记本导出到html

解决办法:

您正在使用jupyter扩展,但您没有在python解释器中安装jupyter。只需'pip install jupyter',导出就可以了。如果你使用venv或其他虚拟环境,你应该在那里安装jupyter。

posted @ 2022-07-14 00:21  uuxyz  阅读(473)  评论(0)    收藏  举报
联系我