I have just discovered that there are tools that allow embedding images into terminals, like these ones.
I am wondering if there is a IPython
(or, more generally jupyter console
) builtin function that allows to do the same. That would be handy for displaying plots inline.
I know you could do that with QtConsole
, but that is not really a terminal.