PrettyTables.jl
This package has the purpose to print data in matrices in a human-readable format. It was inspired in the functionality provided by ASCII Table Generator.
Requirements
- Julia >= 1.0
- Crayons >= 4.0
- Formatting >= 0.4
- Reexport >= 0.2
- Tables >= 0.2
Installation
julia> using Pkg
julia> Pkg.add("PrettyTables")