Can somebody explain the advantage of Streamlit over sharing a Jupiter notebook with interactive widgets? Are data scientists sharing models and data a relevant use case?
The main advantage is that not everyone knows Python, and those who do don't necessarily use Jupyter. Once you deploy a Streamlit app, it's the same in-browser interactive experience people are already used to.