My OS is windows 10, I tried to insert an image in Jupiter markdown by the blow code but it didn't show anything:

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?


