It is possible to include images in Jupyter notebook with various markup.
But is it possible to AUTOMATE this? I.e. I have image in clipboard, then I just press Ctrl-V
and Jupyter server automatically takes this image, creates file in appropriate place and inserts markup for it.
I saw such things in Stackoverflow and JIRA.
The pasted images are base64 encoded in the .ipynb file, & referred to in the .md file as ``. Of course, there is no such file by the name `5e81266f-de1a-4646-a45b-ce7efb2b90a8.png` in the zip file for the .md, so one is stuck.
You need the image files if you are using mkdocs (or similar tool).
Does anyone know of a way to extract these copy-pasted images as files?
Thanks in advance!
– Topchi May 04 '22 at 01:22