You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a basic version of a CustomTextCell working that uses ImageInTerminal.jl to draw images inside a table with a configurable maximum size. It looks like this:
Is there interest in having this in PrettyTables.jl? If there is, I'll open a pull request.
One note is that this would require taking on a dependency on either ImageInTerminal.jl itself or Requires.jl. Let me know what you think.
The text was updated successfully, but these errors were encountered:
So I have a basic version of a
CustomTextCell
working that uses ImageInTerminal.jl to draw images inside a table with a configurable maximum size. It looks like this:Is there interest in having this in PrettyTables.jl? If there is, I'll open a pull request.
One note is that this would require taking on a dependency on either ImageInTerminal.jl itself or Requires.jl. Let me know what you think.
The text was updated successfully, but these errors were encountered: