7

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)
Davide Fiocco
  • 5,350
  • 5
  • 35
  • 72
fisherboy
  • 73
  • 1
  • 3
  • Drag and drop the picture from the folder should still work as I explained it here: [can not render images in ipynb files on vscode](https://stackoverflow.com/a/73559026/5127304) – Elias Aug 31 '22 at 16:36
  • They have already announced that this issue which is referred as [Jupyter notebook image pasting](https://code.visualstudio.com/updates/v1_71#_jupyter) has been included in their [August 2022 release of Visual Studio Code (version 1.71)](https://code.visualstudio.com/updates/v1_71) – Elias Sep 02 '22 at 07:25

1 Answers1

1

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

HopeKing
  • 3,317
  • 7
  • 39
  • 62