TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jupyter Notebooks to Web App

91 pointsby christianjungover 5 years ago

8 comments

jf___over 5 years ago
A mature implementation exists, called voilà, see <a href="https:&#x2F;&#x2F;github.com&#x2F;voila-dashboards&#x2F;voila" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;voila-dashboards&#x2F;voila</a>, which is developed by members of the Quantstack.
0-_-0over 5 years ago
Thanks for letting me know about <i>streamlit</i>:<p><a href="https:&#x2F;&#x2F;www.streamlit.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.streamlit.io&#x2F;</a>
评论 #22281665 未加载
fellowship1764over 5 years ago
Here is a link to their forum: <a href="https:&#x2F;&#x2F;discuss.streamlit.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;discuss.streamlit.io&#x2F;</a>
vincent-toupsover 5 years ago
Jupyter notebooks are a bitter reminder that worse is better.<p>I&#x27;m a data scientist and I hate them.
评论 #22283107 未加载
评论 #22282995 未加载
ackbar03over 5 years ago
My personal opinion is just that I don&#x27;t like jupyter notebooks... If your thinking of deploying the code as an app you really shouldn&#x27;t be using notebooks in the first place. In fact for anything even modestly complex you shouldn&#x27;t be using notebooks... Your never going to get the habit of writing good code... But different things work for different people I guess
viraptorover 5 years ago
There was another cool streamlit introduction posted on hn some time ago: <a href="https:&#x2F;&#x2F;towardsdatascience.com&#x2F;coding-ml-tools-like-you-code-ml-models-ddba3357eace" rel="nofollow">https:&#x2F;&#x2F;towardsdatascience.com&#x2F;coding-ml-tools-like-you-code...</a>
评论 #22282426 未加载
iudqnolqover 5 years ago
Streamlit&#x27;s docs talk about magic, and their contributions guide mentions protobufs for Python and JS. Nowhere can I find info on how this actually works under the hood. Is it possible to extend without writing JavaScript?
评论 #22284109 未加载
ishaandeyover 5 years ago
Great work! Would you know if this can be used to deploy interactive ML models?