On Wed, Oct 24, 2018 at 1:02 PM Sébastien Labbé <[email protected]> wrote: > > > > On Wednesday, October 24, 2018 at 1:00:15 PM UTC+2, Sébastien Labbé wrote: >> >> This seems great! It seems something that should be incorporated in ipython >> as an option so that Sage could just use it. > > > Actually, there exists this: > https://github.com/ipython/ipython/pull/10610
Glad to see this getting attention again. It's still something that I think would be really cool. The biggest problem I had,last time I played around with this, is I could not find a reliable way to *test* (without displaying anything to the user) whether the user's terminal emulator explicitly supports SIXEL mode or not. It seems the best one can do is simply maintain (as others have already done) a list of terminals that support this, and have an easily discoverable way to manually enable it in Sage. But if it works it works--it would be really cool for displaying plots and rendered latex in the console. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
