padreati / rapaio-jupyter-kernel

Java jupyter kernel
MIT License
53 stars 7 forks source link

Styled html rendering #5

Closed padreati closed 4 months ago

padreati commented 1 year ago

Html rendering should be based on styles. A style should be defined by a set of css attributes used in rendering. Perhaps an easy to use API to build the output. Then we should have a default style, used for rendering and a magic which can change the style.

padreati commented 1 year ago

Commit: https://github.com/padreati/rapaio-jupyter-kernel/commit/7c112bc8d25bafe32df7a314008f012ec148479c

A draft start for this feature. I created an API which allows building html in a declarative safe way. It contains building blocks for styling, but there is a need to create at least some styles to be fully implemented.