matplotlib-backend-kitty
matplotlib-backend-kitty copied to clipboard
show matplotlib plots directly in your kitty terminal

This addresses https://github.com/jktr/matplotlib-backend-kitty/issues/10 by using `kitty`'s [low level graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/#a-minimal-example). The main challenge was to get the window dimensions in pixels as described [here](https://sw.kovidgoyal.net/kitty/graphics-protocol/#getting-the-window-size) which was solved with the help...
# Background Due to complex nature of my Python projects that are often deployed in the cloud and involve external non-Python dependencies I usually prefer to isolate my environments using...
First and foremost appreciate the module. It greatly improves my workflow! It appears the PyPi release is a bit old (from January 2023 as of writing). I did not know...