Open jjbrosnan opened 3 months ago
This can already be done through deephaven ui and I think that's the way we'll want to do it, but maybe we should add some documentation to this project.
For example:
from deephaven import empty_table
from deephaven_ipywidgets import DeephavenWidget
import deephaven.ui as ui
t = empty_table(1000).update("x=i")
flex_t = ui.flex(t, t)
display(DeephavenWidget(flex_t))
It would be awesome to be able to display tables side-by-side, or in a grid. Something like: