You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a notebook in which I've pasted multiple images.
Unfortunately, each image has the same name. And due to this code that extracts the attachments, each image is overwritten with the same name until the last one.
Looks like there's not a way to correct this in Jupyter itself...this issue is still open. So I guess the only options are to pre-process the notebook manually or somehow fix it up in here.
I should note that nbconvert seems to support this fine as it uses inline, base64 images.
I have a notebook in which I've pasted multiple images.
Unfortunately, each image has the same name. And due to this code that extracts the attachments, each image is overwritten with the same name until the last one.
Looks like there's not a way to correct this in Jupyter itself...this issue is still open. So I guess the only options are to pre-process the notebook manually or somehow fix it up in here.
I should note that
nbconvert
seems to support this fine as it uses inline, base64 images.multi_image.ipynb.zip
The text was updated successfully, but these errors were encountered: