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.

JupyterLite – WASM-powered Jupyter running in the browser

237 pointsby ahurmazdaalmost 4 years ago

6 comments

qbasic_foreveralmost 4 years ago
This is _really_ cool. I don&#x27;t know why a lot of commenters here are going into the weeds to grouse about Java, flash, and general anger at computational notebooks.<p>What we have here is a complete client-side browser environment for development. Not some half-assed language or hyper restricted toy--this is real Python, and your browser&#x27;s full JS engine all available in JupyterLab&#x27;s IDE (basically a simpler VS Code at this point, it uses the same editing component).<p>We all freaked out a bit as Apple drove out IDEs from their app store, Google locked down Termux and similar developer tools from Android. Well, here&#x27;s the answer to those situations. Something no app store owner can kill on a whim. I love stuff like this and hope it helps to enable and inspire the next generation of developers.
ktpsnsalmost 4 years ago
Despite Pyolite has a miserable performance (20MB of downloads), the overall project direction is correct.<p>I said this already 10 years ago: We don&#x27;t need more cloud computing but need to empower users end devices again. Jupyter is typically operated on powerful notebooks and not on mobile devices.
评论 #27324384 未加载
评论 #27324096 未加载
评论 #27324066 未加载
评论 #27325351 未加载
评论 #27324111 未加载
brumaralmost 4 years ago
I use frequently the basthon notebook <a href="https:&#x2F;&#x2F;notebook.basthon.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notebook.basthon.fr&#x2F;</a> which is also a wasm powered jupyter (based on pyodide) and quite like it. It&#x27;s flying a bit under the radar as it&#x27;s not translated in other langage than french. How does it compare to this project?
el_onialmost 4 years ago
Just to throw in my 2c. I&#x27;m a big fan of jupyter notebooks for data visualisation and prototyping pipelines. Being able to run all of your data analysis code then run your visualisation code without having to repipe your data is great.<p>For other projects such as bots, webapps or regular programming I&#x27;ll use vscode or neovim.<p>Which brings me to a neat feature in vscode that has me starting to do my data vis there. The `# %%` in python files lets me run code blocks in the same way as a notebook, but then i can run the file top to bottom aswell. It is starting to change the way i prototype. Not to mention it can open and edit .ipynb files
bhlalmost 4 years ago
How far are we away from having _collaborative_ Jupyter in the browser? Would love a Google Docs experience of sharing a no-sign up required link to help remotely teach basic python.
评论 #27327336 未加载
评论 #27327282 未加载
评论 #27327258 未加载
评论 #27329116 未加载
评论 #27351741 未加载
airockeralmost 4 years ago
The kernels will still run on the cloud I believe. It would be great if Jupiter works better for larger programs and ui development.
评论 #27327023 未加载