Is it possible to style a specific cell in the data editor element?

Is it possible to style a specific cell in the data editor element?

Short answer, no. But…there is very limited support for pandas.Styler. So if the one cell you wanted to highlight was in a non-editable column, you might be able to do something. See the disclaimer about pandas.Styler in the docs: st.data_editor - Streamlit Docs