如何使用IPython.display.Image将图片居中?

时间:2019-07-08 16:57:04

标签: image jupyter-notebook ipython

我需要添加以Jupyter-Notebook为中心的图像,并且我不能将markdown单元格与HTML代码一起使用。我也不能使用IPython.display.HTML。我需要使用IPython.display.Image

https://ipython.org/ipython-doc/3/api/generated/IPython.display.html中可以找到该函数。我可以添加任何要添加的图像,但是我不能像在HTML代码中那样将图像居中。

我已经看到IPython.display.Image接受“元数据”参数,但是我不知道需要在类似dict的选项中放入什么

可以帮我吗?

我尝试使用:

Image(“ image.jpg”,width = 400,height = 240,metadata = {“ align”:“ center”})

但是它不能正常工作

0 个答案:

没有答案