question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Images not saved in *.ipynb

See original GitHub issue

Maybe its a design decision, but if I use %matplotlib ipympl in a notebook, there is no image of plots I’ve made is saved in the *.ipynb file as there was for nbagg. Thats a huge usability issue for me.

I think the cool thing about notebooks is being able to see the output of your work without having to re-run all the code, some of which may no longer work (data moved etc), so this is a pretty big reversion in functionality for me. It also kills the ability to quickly post onto GitHub or gist, and even save as html no longer has a plot. If this is to replace nbagg I hope the image saving gets added back in.

Of course, maybe I’m just doing something incorrectly. This was with master on matplotlib and master on ipympl. Jupyter-notebook = 5.0.0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:11
  • Comments:53 (35 by maintainers)

github_iconTop GitHub Comments

13reactions
volkerkarlecommented, Feb 11, 2019

hey folks, Since this problem is really an issue for me, is anybody working on this? If this is not the case, how could I contribute to this issue? Does someone see a solution but does not have the time for implementing it?

12reactions
georgeholt1commented, Sep 8, 2020

Is there any update to this issue? This majorly undermines the usability of Lab in many cases.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Image not appearing in ipython notebook when in a non-sub ...
I'm trying to display a png image in an ipython notebook from an absolute path /Users/zhermes/[...]/image.png , using the code
Read more >
4 ways to insert images in Jupyter Notebook - MLJAR
Create some repository and upload an image file there (this can be easily done on the GitHub website). Then click on the image...
Read more >
Jupyter Notebook 6.5.2 documentation - Read the Docs
These documents are internally JSON files and are saved with the .ipynb extension. ... The .ipynb extension is assumed if no extension is...
Read more >
Cell magic to save image output as a .png file - ipynb
Saving the output with %%capture_png does not display the image in Jupyter. That is also the case when using the %%capture magic.
Read more >
3 Ways to Add Images to Your Jupyter Notebook - Essi Alizadeh
Base64 is a binary-to-text encoding algorithm to convert data (including but not limited to images) as plain text. It is one of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found