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.

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

26 pointsby abigger87over 4 years ago

3 comments

ipsum2over 4 years ago
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?
mlthoughts2018over 4 years ago
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.
breakfastduckover 4 years ago
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 未加载