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
Please find here below a MWE that used to work in some earlier version of PrettyTables:
using PrettyTables
M = ["Base" "BenchmarkTools" "Core" "Crayons" "DelimitedFiles";
"LinearAlgebra" "Pkg" "PrettyTables" "Random" "Statistics"
]
# this used to work, but now errors:
pretty_table(M, tf=tf_borderless, noheader=true, alignment=:l)
Is there a workaround?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
Please find here below a MWE that used to work in some earlier version of PrettyTables:
Is there a workaround?
Thank you.
The text was updated successfully, but these errors were encountered: