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.
我正在考虑结合 matplotlib 和 jinja2 来生成 html 页面。
我现在所做的只是在我的 html 页面中包含以前由 matplotlib 生成的图像作为参考。结果确实是静态的。
我已经看到了类似here或here的相关问题,但没有一个与 matplotlib/jinja 集成相关(最终我想要交互性,但它似乎对我来说不够简单)。
有什么替代我做的吗?
v1.x 的 Ipython 笔记本使用jinja2.
jinja2
您可以在笔记本中创建内联图像,然后将其转换为带有nbconvert. 您可以提供自定义 css,也可以自定义输出 html 以隐藏代码单元格、单元格编号,...
nbconvert