Show HN: Marimo – open-source reactive Python notebook – running in WASM https://ift.tt/X54JxD8
Show HN: Marimo – open-source reactive Python notebook – running in WASM Hi HN! Last month, we shared marimo [1][2], an open-source reactive notebook for Python. For those who missed it, marimo notebooks are reproducible, stored as Python files, executable as Python scripts, and deployable as web apps. It’s now possible to run marimo notebooks entirely in the browser via WebAssembly (WASM). - A marimo tutorial as a WASM notebook: https://ift.tt/jYv0Xmn - Training a neural network with Karpathy’s micrograd: https://ift.tt/ulZtd7v - Visualizing attractors, as a read-only app: https://ift.tt/6Pt9dAF - A blank notebook: https://marimo.new - Docs: https://ift.tt/L60oAPd WASM notebooks let you experiment with code without having to install Python on your machine. These notebooks can be easily shared — marimo includes a button that generates a marimo.app URL (code encoded as a query parameter), and marimo.app has a built-in permalink generator. We also support embedding via iframes: you can u