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

nbconvert ignores image size metadata #4685

Closed
moghimis opened this issue Dec 12, 2013 · 1 comment · Fixed by #5095
Closed

nbconvert ignores image size metadata #4685

moghimis opened this issue Dec 12, 2013 · 1 comment · Fixed by #5095
Milestone

Comments

@moghimis
Copy link

Hi there,
I am using Ipython 1.1.0 from Canopy and I have an issue to report:
When converting Ipython notebook to HTML using:

ipython nbconvert test.ipynb --to html --template full

all images included in the notebook by:

Image(filename=im9,width=800)

will recover with their original size and not with the width=800.

Regards,

@capnrefsmmat
Copy link

Incidentally, this breaks nbconvert when IPython Notebook is set up to use retina (2x) graphics. The converted notebook displays all images at twice their size instead of scaling them down.

I reproduced this with IPython 1.1.0.

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

Successfully merging a pull request may close this issue.

3 participants