Nostr'a Katılın
2026-04-20 13:12:30 UTC

Thomas Baekdal on Nostr: One of the problems I have always had when doing data analysis in Python is that it ...

One of the problems I have always had when doing data analysis in Python is that it is running in the terminal, and terminals look like something from the 1960s.

What if, for instance, I'm creating a graph or an image?

Well, by default, I would either have to save that as a file and then open it, or call .show(), which would show the graph in a second window. But, what I want is to show the graph inline as an actual pixel-perfect image.

Well... look at this (see link in comment)