A library of to show data (in browser, evcxr_jupyter) as table, chart....
The crate provides display for:
Feedbacks (comments, tickets, PR,...) are welcomes.
Inside your jupyter (rust) notebook:
```txt :dep showata = { version = "0.1.0" features=["show_ndarray"]}
extern crate ndarray; extern crate showata;
use showata::Showable; use ndarray::Array2;
let data = Array2::
Inside your favorite editor/IDE:
```txt use showata::Showable; use ndarray::Array2;
let data = Array2::
```
cargo run
SHOWATA_MEDIUM=Noop cargo run ```
see vegalite3
Currently the project groups showers as features
instead of packages. But it could change in the futures if use of package is more useful (than just "it's the recommended way in the cargo doc").
Why features (vs packages):
trait
and provide impl
for external cratesvegalite.rs
from the vega-lite's json schema