Hacker News new | ask | show | jobs
by whitphx 1948 days ago
Streamlit and Juypter can often be compared, but I think their subjects are different.

Jupyter is a great lab environment. It's nice for experiments and reporting. Streamlit is a great framework to prototype web apps without frontend knowledge. It's useful especially for ML/CV developers who want to create demo apps, but want to focus on Python code.

Regarding to streamlit-webrtc, which is linked at this post, enhances the advantage of Streamlit stated above, especially in the field of Computer Vision, and its equivalent does not exist in Jupyter world for now.