Despite Pyolite has a miserable performance (20MB of downloads), the overall project direction is correct. I said this already 10 years ago: We don'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.
> I said this already 10 years ago: We don'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. If you’re working with data of any significant size at all it then it doesn’t matter how fast your user device is—it’s so much cheaper (time and network egress costs) to send the computations from a user device to the cloud t…
JupyterLite – WASM-powered Jupyter running in the browser
21–30 of 68 posts
Re: JupyterLite – WASM-powered Jupyter running in the browser
#22Despite Pyolite has a miserable performance (20MB of downloads), the overall project direction is correct. I said this already 10 years ago: We don'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.
> I said this already 10 years ago: We don'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. If you’re working with data of any significant size at all it then it doesn’t matter how fast your user device is—it’s so much cheaper (time and network egress costs) to send the computations from a user device to the cloud t…
Re: JupyterLite – WASM-powered Jupyter running in the browser
#23Earlier quoted context omitted.
No, WASM gets compiled to native code
Java bytecode got translated to native too Think we've just got better at runtimes over time (JIT, intermediate formats etc.) and WASM was designed to be good for this rather than needed to work with an already exising bytecode
Re: JupyterLite – WASM-powered Jupyter running in the browser
#24Earlier quoted context omitted.
I don’t believe that the majority of Jupyterhub users are “consumers” rather than professionals, but more importantly, that doesn’t change the fact that the professional use case exist and isn’t amenable to the fat client approach. As an anecdote, I work on a Jupyterhub managed service offering with customers in both the private and public sectors and our data sizes are pretty much all in this range.
> I work on a Jupyterhub managed service offering ... That sounds like selection bias.
Re: JupyterLite – WASM-powered Jupyter running in the browser
#25Earlier quoted context omitted.
> I said this already 10 years ago: We don'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. If you’re working with data of any significant size at all it then it doesn’t matter how fast your user device is—it’s so much cheaper (time and network egress costs) to send the computations from a user device to the cloud t…
You definitely shouldn't be running this stuff from a Jupyter notebook.
Re: JupyterLite – WASM-powered Jupyter running in the browser
#26Re: JupyterLite – WASM-powered Jupyter running in the browser
#27Despite Pyolite has a miserable performance (20MB of downloads), the overall project direction is correct. I said this already 10 years ago: We don'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.
Re: JupyterLite – WASM-powered Jupyter running in the browser
#28Earlier quoted context omitted.
Why not? We make a lot of money offering it to people.
Yes, the market in enabling people to do the "you shouldn't be doing this" stupid things is huge.
Re: JupyterLite – WASM-powered Jupyter running in the browser
#29Earlier quoted context omitted.
What do you like about nteract over Jupyter's frontend? The website is devoid of details.
It's convenient to directly open a notebook from a browser download or a slack message without having to fire up jupyter in a terminal and navigate it to that temp file.
Re: JupyterLite – WASM-powered Jupyter running in the browser
#30Earlier quoted context omitted.
Yes, the market in enabling people to do the "you shouldn't be doing this" stupid things is huge.
Any substance on why we shouldn’t be doing it or why it’s stupid? What’s the alternative? Should researchers all learn Kubernetes and AWS and deploy their own environments?
If you're spending the time and effort to rent these big servers, why not spend the 5 percent of the effort and do it right?
Jupyter exists mostly because analytics/math guys are too lazy to spend a day learning software development practices. Must be some sort of us-vs-them point of misplaced pride.