EliyahuRed

EliyahuRed t1_jcm9fyu wrote

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?

1