ukri-excalibur / excalibur-tests

Performance benchmarks and regression tests for the ExCALIBUR project
https://ukri-excalibur.github.io/excalibur-tests/
Apache License 2.0
18 stars 15 forks source link

Investigate Streamlit as a possibility for visualisation #259

Closed pineapple-cat closed 6 months ago

pineapple-cat commented 7 months ago

Sister issue to #257. Create a simple Streamlit demo to explore how a user may upload a plot config, interact with and change the plot using the front-end, and then download a changed config corresponding to the new plot they created during the session. (Streamlit requires Bokeh v2.4.3, so don't forget to change package requirements.)

ilectra commented 7 months ago

I assume you're aware of this already, but I'll just pop it here anyways as I'm cleaning my tabs :grin: : https://discuss.streamlit.io/t/download-upload-session-state/24141