📌  相关文章
📜  显示图像 jupyter notebook - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:22.633000             🧑  作者: 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)