My OS is windows 10, I tried to insert an image in Jupiter markdown by the blow code but it didn't show anything:
![image](ComplexNoProcV3.png)
the image file is in the current working folder. However, same as below when I insert it in a code cell (not markdown) it shows properly:
from IPython.display import display, Image
display(Image(filename='ComplexNoProcV3.jpg'))
Below you can see the outcomes of the codes the markdown cell does not show anything!! What is the issue? how could have the picture in the markdown version?
Make the cell as Markdown and write below code(my tea.jpg image is in same directory where my notebook is):
<img src='tea.jpg' width="400" height="400">
Thanks for all who responded to the question. I finally insert an image through the menu, and I found that it should be as below (it could be due to new version of anaconda):
![tea.jpg](attachment:tea.jpg)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With