I'm trying to use Jupyter Notebook in VS Code (but tested the same thing in Jupyter on browser, and didn't work as well).
If I put the image file in the same directory of the ipynb file, I can drag and drop using the code below, and it works:
![](imagetest.png)
But if I move the image file to other directory, or delete it, the image doesn't appear anymore.
I tried to use:
![imagetest.png](attachment:imagetest.png)
as I saw in others examples (which was working fine), but when I try the same, it doesn't work.
I want to attach the image in ipynb file and make it independent of the source image file, as I can do in a MS Word file, for example.