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.

Colaboratory, a free cloud based Jupyter notebook environment requires no setup

113 pointsby saranshkalmost 7 years ago

13 comments

dangalmost 7 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15652549" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15652549</a>
minimaxiralmost 7 years ago
See also Seedbank, which is Google&#x27;s curated hub of Colaboratory notebooks: <a href="http:&#x2F;&#x2F;tools.google.com&#x2F;seedbank&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tools.google.com&#x2F;seedbank&#x2F;</a><p>I also wrote a blog post detailing my personal experiences with using&#x2F;abusing the free GPU in Colaboratory to build text-generating neural networks: <a href="https:&#x2F;&#x2F;minimaxir.com&#x2F;2018&#x2F;05&#x2F;text-neural-networks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;minimaxir.com&#x2F;2018&#x2F;05&#x2F;text-neural-networks&#x2F;</a>
riordanalmost 7 years ago
One of the under-appreciated aspects of Colaboratory is that it&#x27;s completely integrated into the Google Drive ecosystem, including multiple real-time users of the same notebook (sharing the same VM). This was a real game-changer for me.<p>The real-time use-case has a nice wow factor to it; I&#x27;ve used it as a way to pair program for data science problems. The input cells sync in real-time (a la Google Docs), and so too do the output cells when one person runs a cell. And it&#x27;s nice to be able to leave comment threads on a cell that can be resolved as a form of peer review.<p>But what made Colab a game-changer for me is how it let me seamlessly put my notebooks and a VM into Google Drive, making anything I put in a notebook accessible to anyone within my organization without needing to set up an environment, be it shared or local.<p>My last organization was a small rare disease research foundation, and I primarily worked on the fundraising side of the house; it was not a technical organization. When thinking about the longevity of my work, I realized that even the one person managing IT for them probably couldn&#x27;t set up, let alone justify maintaining a networked Jupyter environment. So rather than ask for that and store all my analyses and small utilities on GitHub, I built everything on top of Google Drive and Collab. Folks were used to using Drive for everything else, so it meant my work was adjacent and discoverable to the team it was pertinent to and they could get access to both the outcomes of prior runs or change a few variables and run it again without me being needed. I left recently and I&#x27;ve still heard from a few former colleagues that they&#x27;re still using many of the these notebooks and discovering others I&#x27;d built on their own time.<p>For a small data analysis operation in a Google Apps organization, Colaboratory is a godsend.
评论 #17693445 未加载
评论 #17693585 未加载
thomalmost 7 years ago
I only knew of Colaboratory before now because it&#x27;s ended up contributing an awful lot of games to LeelaZero, the AlphaZero cone:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;LeelaChessZero&#x2F;lc0&#x2F;wiki&#x2F;Run-Leela-Chess-Zero-client-on-a-Tesla-K80-GPU-for-free-%28Google-Colaboratory%29" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LeelaChessZero&#x2F;lc0&#x2F;wiki&#x2F;Run-Leela-Chess-Z...</a>
3mptyalmost 7 years ago
It&#x27;s perfect to start exploring ML frameworks. It allows to switch into GPU mode (Tesla K80 GPU but with limitations - less ram etc.).
评论 #17692752 未加载
ssivarkalmost 7 years ago
Are Colab notebooks fully compatible with Jupyter? (i.e. exporting to .ipynb is completely lossless)<p>I&#x27;m worried about Google embracing and extending Jupyter notebooks, and then deciding to retire the service a few years later.
评论 #17692776 未加载
评论 #17692749 未加载
samfisher83almost 7 years ago
Can you run GPU stuff for free? From reading the Faq it seems like you can. That seems pretty awesome.
评论 #17692607 未加载
评论 #17692634 未加载
评论 #17692542 未加载
megamindbrian2almost 7 years ago
I love this product, works with nodejs kernel also.
评论 #17692706 未加载
sgillenalmost 7 years ago
Very cool, could be useful for programming interviews, especially for data science and similar positions where interactive plotting might be important.
pmlnralmost 7 years ago
&quot;free cloud based&quot;<p>What exactly is paying for it, then?
评论 #17693228 未加载
tgb29almost 7 years ago
Amazing. Hopefully, it continues to improve.
w8rbtalmost 7 years ago
I tried it a few months ago and was unable to import pyhash.
评论 #17692700 未加载
gaiusalmost 7 years ago
Seems like a clone of <a href="https:&#x2F;&#x2F;notebooks.azure.com" rel="nofollow">https:&#x2F;&#x2F;notebooks.azure.com</a>, what does this do that that doesn’t? When to use one or the other?
评论 #17692853 未加载