JupyterLite: a JupyterLab distribution that runs in the browser
1–10 of 58 posts
Re: JupyterLite: a JupyterLab distribution that runs in the browser
#2It really is astonishing that they've managed to get the full data science Python stack - a lot of it based around custom C extensions (numpy, Pandas etc) running entirely in the browser.
Re: JupyterLite: a JupyterLab distribution that runs in the browser
#3Re: JupyterLite: a JupyterLab distribution that runs in the browser
#4JupyterLite is such an incredible piece of software. It came out of the Pyodide project, which first got Python compiled to WebAssembly working in the browser. It really is astonishing that they've managed to get the full data science Python stack - a lot of it based around custom C extensions (numpy, Pandas etc) running entirely in the browser.
Re: JupyterLite: a JupyterLab distribution that runs in the browser
#5Re: JupyterLite: a JupyterLab distribution that runs in the browser
#6Tiny Games in JupyterLite - https://news.ycombinator.com/item?id=31315470 - May 2022 (1 comment)
JupyterLite: Jupyter WebAssembly Python - https://news.ycombinator.com/item?id=27823962 - July 2021 (2 comments)
JupyterLite – WASM-powered Jupyter running in the browser - https://news.ycombinator.com/item?id=27323548 - May 2021 (64 comments)
Re: JupyterLite: a JupyterLab distribution that runs in the browser
#7Re: JupyterLite: a JupyterLab distribution that runs in the browser
#8What exactly is Jupyterlab and how does it fit into the Jupiter ecosystem? There are notebooks and jupyterlab and jupyterhub, but I haven’t found anything documenting what role each fulfills.
It's actually really nice. Works great over ondemand and is way more responsive than X-based apps.
Jupyterhub is a way to coordinate compute space / config across many users of notebooks or jupyterlab.
Re: JupyterLite: a JupyterLab distribution that runs in the browser
#9From this: https://github.com/jupyterlite/demo you can easily get to https://jupyterlite.github.io/demo
In case anyone wants to be helpful, I would love to see a guide to how to use this to transparently display where files are stored so that I could figure out how to automatically commit my changes or something like that. Each repository could be a lesson and worksheet for a coding/class, or even a collection of lessons. I imagine it would be fairly straightforward to create an interaction mode as well, for non-coders to ogle at other's charts and tables and interactive bokeh plots creations.
Re: JupyterLite: a JupyterLab distribution that runs in the browser
#10JupyterLite is such an incredible piece of software. It came out of the Pyodide project, which first got Python compiled to WebAssembly working in the browser. It really is astonishing that they've managed to get the full data science Python stack - a lot of it based around custom C extensions (numpy, Pandas etc) running entirely in the browser.