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
{{ message }}
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
When running the example widget_with_plot.py the scatter plot does not appear. It seems that a call to st.bokeh_chart(plot, use_container_width=False) is missing
After adding this the plot appears but the lasso select event does not seem to trigger anything on the streamlit side. The selection on the table seems to work fine.
Tried to install streamlit from git repo and get the following error
StreamlitAPIException: No such component directory: '/home/mat/anaconda3/envs/koz_viewer/lib/python3.7/site-packages/streamlit_bokeh_events/frontend/build'
I am guessing I am missing some build command?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
streamlit==1.3.0
streamlit-bokeh-events==0.1.2
bokeh==2.4.1
When running the example widget_with_plot.py the scatter plot does not appear. It seems that a call to st.bokeh_chart(plot, use_container_width=False) is missing
After adding this the plot appears but the lasso select event does not seem to trigger anything on the streamlit side. The selection on the table seems to work fine.
Tried to install streamlit from git repo and get the following error
StreamlitAPIException: No such component directory: '/home/mat/anaconda3/envs/koz_viewer/lib/python3.7/site-packages/streamlit_bokeh_events/frontend/build'
I am guessing I am missing some build command?
The text was updated successfully, but these errors were encountered: