How to copy a image in a jupyter notebook markdown cell that already encode as base64
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.