Image 첨부
- 코드에서 사진 첨부
from IPython.display import Image
Image('https://matplotlib.org/_images/anatomy.png') # 출처: matplotlib.org
#Image("img/picture.png")
- 마크다운에서 사진 첨부

#