1. If you are using local images and working locally then follow the below steps:
- Open notebook, make sure it is in markdown format.
- use html command as: <img src = "location of image\imagename"> or,
- 
2. If you are using an online platform such as Google colab then follow the below steps:
- Open notebook, choose markdown format.
- use html command as: <img src = "link of the image"> or,
-

Comments
0 comments
Article is closed for comments.