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
In the Streamlit app, I'm trying to embed figures in hover tooltips so that the user doesn't have to click on the scatter plot to see the corresponding pre-generated figures, which will greatly enhance the interactivity. I've just figured out how to do this using Bokeh. Here is a toy example (code):
Steps:
Make the two S3 prefixes public s3://aind-behavior-data/foraging_nwb_bonsai_processed/ s3://aind-behavior-data/foraging_nwb_bpod_processed/
Generate public URL for all pre-generated figures in sessions shown in a plot
Turn streamlit to bokeh plot and pass the URLs
The text was updated successfully, but these errors were encountered:
In the Streamlit app, I'm trying to embed figures in hover tooltips so that the user doesn't have to click on the scatter plot to see the corresponding pre-generated figures, which will greatly enhance the interactivity. I've just figured out how to do this using Bokeh. Here is a toy example (code):
Steps:
s3://aind-behavior-data/foraging_nwb_bonsai_processed/
s3://aind-behavior-data/foraging_nwb_bpod_processed/
The text was updated successfully, but these errors were encountered: