且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 Markdown for IPython Notebook (Jupyter) 中并排包含两张图片?

更新时间:2023-09-29 23:20:28

JMann 的解决方案对我不起作用.但是这个成功了

JMann's solution didn't work for me. But this one worked

from IPython.display import HTML, display
display(HTML("<table><tr><td><img src='img1'></td><td><img src='img2'></td></tr></table>"))

我从这本笔记本