padreati / rapaio-jupyter-kernel

Java jupyter kernel
MIT License
53 stars 7 forks source link

Renderer for tabular like data #16

Closed padreati closed 1 year ago

padreati commented 1 year ago

Tabular data might be displayed using html styled tables. Tabular data can come from list of structured objects or for specific types like data frames in rapaio.

padreati commented 1 year ago

This feature will be delegated to libraries which can extend displayable objects.