I am building a data app and have started to use streamlit as the main tool for spinning up the web page and displaying dataframes, however I also need an interactive dashboard like component. I find it difficult to choose between plotly and bokeh, I had previous experience with plotly within jupyter but I found it graphs harder to navigate in the UI. On the other hand seems streamlit support for bokeh is lagging as the last version they support is almost a year old.
EliyahuRed t1_jcm9fyu wrote
Reply to [Topic][Open] Open Discussion Thread — Anybody can post a general visualization question or start a fresh discussion! by AutoModerator
I am building a data app and have started to use streamlit as the main tool for spinning up the web page and displaying dataframes, however I also need an interactive dashboard like component. I find it difficult to choose between plotly and bokeh, I had previous experience with plotly within jupyter but I found it graphs harder to navigate in the UI. On the other hand seems streamlit support for bokeh is lagging as the last version they support is almost a year old.
Any advice for choosing between plotly and bokeh?