jupyter 图片展示

jupyter 图片展示:

md 版:

![](https://images.gitbook.cn/305484d0-ddb3-11e8-a810-c56af2994f6b)

--> 图片展示 !!

html 版:

<img src="https://images.gitbook.cn/305484d0-ddb3-11e8-a810-c56af2994f6b",width=60,height=60>

--> 可修改高度 + 宽度

链接版:

from IPython.display import Image
from IPython.core.display import HTML 
Image(url= "http://my_site.com/my_picture.jpg")
原文地址:https://www.cnblogs.com/shaozheng/p/12889819.html