I was working with a juypter notebook with vs code. Then there is a markdown cell with a iamge. I want to copy this cell to another notebook, but when i use copy cell and paste cell command, the markdown text was there,but the image can’t be displayed.
I found that the image already encode as base64 format and saved in the file.
How to copy this base64 data while copying this cell.
Thanks!