PrettyTables.jl

Print data in formatted tables.
Author ronisbr
Popularity
189 Stars
Updated Last
2 Years Ago
Started In
January 2019

Pretty Tables

Build status codecov

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.