Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export HTML with Embedded Images - all images look identical after export #1596

Open
sdsawtelle opened this issue Jun 15, 2022 · 0 comments
Open

Comments

@sdsawtelle
Copy link
Contributor

When using the extension Export HTML with Embedded Images on a notebook with multiple images attachments, my output HTML shows all images as identical (specifically, the same as the first attached image in the notebook).

I am embedding images in markdown cells by copy/pasting the image which generates markdown cell content ![image.png](attachment:image.png).

Then I edit the markdown cell and replace the content with something like

<div>
<img src="attachment:image.png" width="400"/>
</div>
<a href="https://arxiv.org/pdf/2003.03033.pdf"><center>image source</center></a>

I am using

jupyter==1.0.0
nbconvert==6.5.0
jupyter-contrib-nbextensions==0.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant