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 will look into this. The problem is actually that the metadata stored with the embedded image is ignored in nbviewer.js. This is usually no problem, but for retina images, the metadata contains the width and height for display.
On Retina screens, there's an option to display inline Matplotlib figures at double resolution so they don't look blurry (https://gist.github.com/minrk/3301035)
With this option enabled, the figures in notebooks when viewed through this plugin are too big to be seen fully in the preview and also look blurry.
The text was updated successfully, but these errors were encountered: