Hacker News new | ask | show | jobs
by martingoodson 1904 days ago
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?
1 comments

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.