Dominik Moritz
Dominik Moritz
By adding a signal to listen to changes of https://vega.github.io/vega/docs/expressions/#containerSize or (probably better) use `autosize: 'fit'`.
By rewriting the filters, we could speed up queries significantly. From @tmostak: I took the original query: SELECT CASE WHEN airtime BETWEEN 0 AND 500 THEN floor( (airtime - cast(0...
Right now Falcon only supports histograms over binned data. It would be great to also support categorical data. The most important type is probably just a (one dimensional) bar chart.
could use the comms interface like in https://towardsdatascience.com/introducing-notebookjs-seamless-integration-between-python-and-javascript-in-computational-e654ec3fbd18
See https://github.com/altair-viz/altair/issues/1007 and https://github.com/jupyterlab/jupyterlab/issues/4897
While the view is loading, we should give the user some feedback.