JuliaDocs/Franklin.jl

[demo] add a demo with PrettyTables

Open

#791 aperta il 21 feb 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Julia (118 fork)batch import
demoseasygood first issue

Metriche repository

Star
 (1060 star)
Metriche merge PR
 (Merge medio 71g 9h) (4 PR mergiate in 30 g)

Descrizione

Eg:

```julia:extable
#hideall
using PrettyTables
io = IOBuffer()
pretty_table(io, [1 5.0; 2 4.0], ["degree" "bound"], backend=:html);
println("~~~", String(take!(io)), "~~~")
```
\textoutput{extable}

This can make for a nice demo (maybe better if the demo also discusses input from CSV directly).

Guida contributor