📜  如何在 jupyter notebook 中获取图像 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:36.386000             🧑  作者: Mango

代码示例2
#If you want it on a "Code" cell
from IPython.display import Image
Image("img/picture.png")

#If you want it on a "Markdown" cell
![title](img/picture.png)