-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix IPython NB embed with custom width & height #146
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
Conversation
cc @andrefarzat One scenario we might want to consider is people who supplied width and height in their figure, but not in the We should double check on these permutations:
|
Yeah totally. I think it's worth checkout the permutations - if someone sets the width and height of their figure, it should definitely show up that way in their |
@theengineear thanks! I'll merge this whenever you feel like bumping up the version. |
@etpinard , just merge it in and it will get swept into the next version bump! you could even push a new version to this branch and merge it in (that's probably a good idea). You don't have to push it to PyPI, but it might be good to have the version tracked in that way. |
new version, new version! Sent from my iPhone
|
I won't be near my laptop today. Feel free to bump and merge this yourself |
@etpinard the iframe generated from this code doesn't match with the one generated by I dunno if this is too much work for a small thing, but it would be nice if the code makes a get request to its plot's |
@andrefarzat good idea. But, for philosophical reasons, it seems weird to have |
@etpinard , @andrefarzat , I think we should push this through and make a new issue for the other functionality. from me, a + 1 :) |
Fix IPython NB embed with custom width & height
@theengineear @chriddyp
Custom iframe width & height are back !
Related Asana tasks here and here