Open lukasmasuch opened 1 week ago
Jupyter Widgets are interactive browser controls for Jupyter notebooks. Implement support for using ipywidgets elements in a Streamlit app.
No response
import ipywidgets as widgets widget = st.ipywidgets(widgets.IntSlider()) st.write(widget.value)
To help Streamlit prioritize this feature, react with a 👍 (thumbs up emoji) to the initial post.
Your vote helps us identify which enhancements matter most to our users.
Checklist
Summary
Jupyter Widgets are interactive browser controls for Jupyter notebooks. Implement support for using ipywidgets elements in a Streamlit app.
Why?
No response
How?
Additional Context