Pretty Tables
This package has the purpose to print data in matrices in a human-readable format. It was inspired in the functionality provided by https://ozh.github.io/ascii-tables/
Backends status
- Text backend: stable.
- HTML backend: not stable, API can change in minor versions, consider as beta.
- LaTeX backend: not stable, API can change in minor version, consider as beta.
Requirements
- Julia >= 1.0
- Crayons >= 4.0
- Formatting >= 0.4
- Reexport >= 0.2
- Tables >= 0.2
Installation
julia> using Pkg
julia> Pkg.add("PrettyTables")
Example
Usage
See the documentation.