【发布时间】:2017-12-04 16:25:33
【问题描述】:
我想在一个单独的化妆单元中并排显示两个图像,我将它们保存在本地?我找到了以前的post,但它使用HTML() 而不是Image() 方法。
我尝试的方法是:
from IPython.core.display import Image, display
display(Image('/whateverfile/counts1.png',width=100,height=100), Image('/whateverfile/counts2',width=100, height=100))
但这没有用。
有什么办法解决这个问题吗?
谢谢
【问题讨论】:
-
可能重复:here.
-
我编辑了问题。
标签: python image jupyter-notebook ipython-notebook display