You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dashboard implementation is in Dash.
Development is quite slow because of a few complications:
files have to be "uploaded". This is problematic when starting GAMA from the Dashboard, as it needs the data unnecessarily needs to be loaded into Dash before calling GAMA. With the new logging structure (separate files), this is also annoying as one can not point to a directory (instead each file needs to be "uploaded")
the callback architecture of Dash can be frustrating to work with at times.
web development, in particular placement and layout of elements, can be very time consuming.
Additionally I think it will not extend well to a more flexible semi-AutoML workflow where there is interactive data manipulation.
Suggestions are welcome.
The text was updated successfully, but these errors were encountered:
Whereas previously the files were not written back to disk first, here
we do. This is because I don't think I will continue working in Dash
(#97), so I feel like this temporary solution is good enough.
PGijsbers
changed the title
Move Dashboard from Dash to Bokeh?
Upgrade front-end with other visualization package?
Jul 13, 2020
I don't know why I initially had the impression Bokeh could be used for native apps, but it's for developing web apps too. So at least it should run into the same restriction w.r.t. data manipulation.
The current dashboard implementation is in Dash.
Development is quite slow because of a few complications:
Additionally I think it will not extend well to a more flexible semi-AutoML workflow where there is interactive data manipulation.
Suggestions are welcome.
The text was updated successfully, but these errors were encountered: