Christian Staudt
Christian Staudt
Will DataTable provide an easy way of displaying a `pandas.DataFrame`?
@FeodorFitsner macOS as mentioned in the title. Specifically macOS 12.5.1, and Python is 3.10, managed by https://github.com/conda-forge/miniforge
@FeodorFitsner I installed flet with `>conda install flet`. The `bin` folder is not there.
I just tried installing `flet` with pip: There the error does not appear. (On Apple Silicon however, installing binaries with pip is still often unrealiable, so using miniforge is quite...
> > Do you have an idea why conda skips a platform-specific wheel? I don't know enough about packaging to have an idea about that. Testing the pip-installed `flet` with...
The sample code works fine. I have also solved the problem, without understanding the why: Whether the `ListTile` is displayed correctly depended on where the `Card` was added: - if...
Difficult for me to tell how much context is needed. Does the full app layout help? https://github.com/tuttle-dev/tuttle/blob/a0198c5f0804edb566c77e005d8ebc6aba89ed4a/app/Tuttle2.py https://github.com/tuttle-dev/tuttle/blob/a0198c5f0804edb566c77e005d8ebc6aba89ed4a/app/views.py
Is WebView a way to display HTML-based plots and graphics (e.g. made with plot.ly, altair, ...), and integrate them nicely into the app layout?
That's great to hear. Could we get an estimate of when to expect this feature? For my project, I need to put GUI development on hold until flet supports plotting...
Nothing out of the ordinary: (Stacked) bar charts, line charts (time series), pie charts.... Ideally I want to reuse the charts I have already implemented with https://altair-viz.github.io in a flet...