livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce the amount of generated modules

josevalim opened this issue · comments

We want to keep Kino's footprint small as that is going to be used by almost all notebooks. Today it generates too many modules but all of the Kino internal modules can likely be refactored to use one internal Kino.Output struct.