我尝试使用nbsphinx嵌入一个包含阴谋图的Jupyter笔记本,但是这些图没有显示在文档中,即使它们在Jupyter笔记本上看起来很好.
如何在Sphinx 文档中嵌入图形图?我可以将它们包含为图像,但是有更好的方法吗?有互动性真好!
我想要做的是复制此页面.它有Jupyter笔记本样式进出块,它显示了使用plotly制作的交互式图.我怎样才能做到这一点?
这里提出了 GitHub问题.
python plot python-sphinx plotly jupyter-notebook
首先,我可以使用raw指令轻松包含原始 html 文件,如下所示:
raw
.. raw:: html :file: some_file.html
有没有一种简单的方法可以用 asciidoctor 来做到这一点?我明白,如果我将 的内容包装some_file.html起来++++,我就可以include::在 asciidoc 中使用,但我想避免手动编辑some_file.html.
some_file.html
++++
include::
asciidoctor
asciidoctor ×1
jupyter-notebook ×1
plot ×1
plotly ×1
python ×1
python-sphinx ×1