davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

Support for inline graphics with Kitty #30

Open danmou opened 3 years ago

danmou commented 3 years ago

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.

juselara1 commented 3 years ago

This would be a really nice feature!

davidbrochart commented 3 years ago

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