davidbrochart/nbterm

Support for inline graphics with Kitty

danmou opened this issue · 2 comments

Thanks for this awesome project!

The Kitty terminal supports displaying images in the terminal. There is already a simple matplotlib backend that uses this feature to show matplotlib plots in the terminal. Unfortunately it doesn't work when used inside nbterm. It would be great to see that feature added!

Edit: There's also this xonsh implementation for reference.

This would be a really nice feature!

You might want to look at https://github.com/joouha/euporie, which supports Kitty I believe.