daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
1.49k stars 51 forks source link

Add ipython mimetypes extension #58

Open znd4 opened 1 year ago

znd4 commented 1 year ago

Hi, I've been trying to implement an ipython mime renderer extension for png and jpegs, and thought that itermplot.imgcat would be super useful for doing so. This could be a super simple standalone package instead, but I thought i'd send over a PR first to check if you'd be interested in this.

I understand if you're not interested in an ipython-specific feature. Either way, your implementation of the iterm image protocol is super helpful 😄