streamlit / streamlit

Streamlit — A faster way to build and share data apps.
https://streamlit.io
Apache License 2.0
38.3k stars 3.33k forks source link

Add support for Jupyter widgets / ipywidgets #10747

Open lukasmasuch opened 1 week ago

lukasmasuch commented 1 week ago

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?

import ipywidgets as widgets

widget = st.ipywidgets(widgets.IntSlider())
st.write(widget.value)

Additional Context

github-actions[bot] commented 1 week ago

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.

Visits