Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将此开发为一项服务,以便该服务在给定输入 IPython 文件时返回一些我可以放在我的网站上的内容。
使用nbconvert:
$ jupyter nbconvert --to html mynotebook.ipynb
这是一个将笔记本转换为 HTML 的命令行工具。