Menempatkan gambar dalam jupyter markdown
![title]("img/picture.png")
Thoughtful Teira
![title]("img/picture.png")
# NB: Cell must be in markdown
![<caption>](image_filename.png) #If notebook is in the same folder as image.
![<caption>](folder/image_filename.png) #If image is in a different folder or url.
#Also, you can manually add image by opening the Edit tab --> Insert Image