TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Deepnote – a real-time collaborative data science notebook in the cloud

26 点作者 abigger87超过 4 年前

3 条评论

ipsum2超过 4 年前
Repost of <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24942797" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24942797</a>, one week ago?
mlthoughts2018超过 4 年前
This strikes me as a bad idea conceptually, for all use cases.<p>For any use case for which this could be good, simply factoring the code into normal files &#x2F; modules &#x2F; packages, put it through code review in a version control system, and enable on-demand reproducible execution through normal means like a task queue that writes output artifacts like plots somewhere for you.<p>Relying on interactive, possibly out of order execution of notebook cells, relying on the notebook for embedding assets like plots or interactive widgets, or collaborative changes (instead of documented change requests as in a true code review) are all just from-first-principles very bad ways of working that have cheap, easily available long-standing best practice alternatives.<p>If you find you need to layer in visual diffing, locking notebooks, notebook “code review,” realtime edits from multiple authors, or embedding long-lived business artifacts like charts or images in notebooks - you should see these as significant bad practices and code smells that your understanding of what it’s appropriate to use notebooks for is totally off and you need a major reset and huge change to your approach.
breakfastduck超过 4 年前
Like the top comment: I’m sure we already had a post that garnered decent attention - have you added a significant feature that deserves a new post?
评论 #25022063 未加载