首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >输出木星笔记本在VSCode中不起作用

输出木星笔记本在VSCode中不起作用
EN

Stack Overflow用户
提问于 2022-09-20 18:11:44
回答 1查看 181关注 0票数 0

我在WSLUbuntu20.04中使用VSCode。我试图导出一个木星笔记本到PDF或VSCode中的HTML,使用内置的导出功能,在木星扩展。我收到以下错误消息:Jupyter command 'jupyter-nbconvert' not found.

我尝试过的事情:

更改VSCode

  • Uninstalling中启动木星的解释器,并在集成terminal

  • Making中重新安装Jupyter和in转换,确保安装木星的路径位于路径

我没有尝试过的东西,这是similar question中其他人提出的

  • Uninstalling和在Powershell中重新安装jupyter和in转换。如何执行此操作?pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

返回此错误:pip3 install nbconvert

从集成终端运行which nbconvert将不会返回任何结果。我通过pip3安装了via转换。

EN

Stack Overflow用户

发布于 2022-09-21 02:25:12

pip3 :术语“pip3”不被识别为cmdlet的名称

尝试使用以下命令安装nbconvert:

代码语言:javascript
运行
复制
python -m pip install nbconvert -U
票数 0
EN
查看全部 1 条回答
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73790994

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档