文档脚本(Matlab 在 python 中的发布功能)

发布于 2024-07-20 23:28:39 字数 272 浏览 4 评论 0原文

Matlab 有一个很棒的工具,名为 发布。 该工具将具有最少格式化内容的常规 matlab 脚本转换为结构化、美观的报告(HTML、LateX、RTF)。 它能够处理图形、数学公式等。Python

有类似的工具吗?

Matlab has this great tool called publish. This tool converts a regular matlab script with minimal formatting stuff into structured, nice looking reports (HTML, LateX, RTF). It is capable of handling graphics, mathematical formulae etc.

Is there a similar tool for Python?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撩起发的微风 2024-07-27 23:28:39

pyreport。 它捕获“捕获其输出,将其编译为 pdf 或 html 文件中的漂亮报告”。 有了这个,您可以编写打印出源代码的脚本,最终获得一份不错的报告。

There's pyreport. It captures the "captures its output, compiling it to a pretty report in a pdf or an html file". With this, you can write scripts that print out your source, getting a nice report in the end.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文