How to show image in jupyter through vscode

Viewed 2434

I am using the vscode jupyter extension to edit ipynb file. However, the image that can be successfully shown in jupyter through browser can not be shown through vscode. I have put the image in the same folder as the .ipynb file.How can I fix the problem? ! My command is like this:

![title](fig1.png)
1 Answers

This was earlier an issue. It has since been fixed - should work, now. Try it out again.

Related