mscolnick | 2 years ago | on: Show HN: Marimo – open-source reactive Python notebook – running in WASM
mscolnick's comments
mscolnick | 2 years ago | on: Show HN: Marimo – open-source reactive Python notebook – running in WASM
the main differences: we are reproducible and reactive. we also aim to be more maintainable, reusable, shareable, and interactive.
For JupyterLite: since we are reactive, you can run notebooks entirely as applications (https://marimo.app/l/e9wii1?mode=read). This means you can easily embed these in (or run them standlalone as) interactive documentation or interactive blog posts.
mscolnick | 2 years ago | on: Show HN: Marimo – open-source reactive Python notebook – running in WASM
You can inject any css that you want to directly in the notebook, but it is likely hard to style to match your exact website.
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
2. PDB support is planned and was scoped out yesterday.
Appreciate the feedback!
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
Our friends at SLAC use marimo for their internal exploration experiments and publishing interactive apps. He is an example: https://marimo.io/@public/signal-decomposition
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
mscolnick | 2 years ago | on: Show HN: Marimo – an open-source reactive notebook for Python
We are thrilled to see you have such a strong positive reaction. It means a lot coming from you - I initially learned web development using Django and landed my first contracting gig with Django.
I drifted away from writing Python and towards Typescript - but marimo has brought me back to writing Python.
We have considered adding more copilot features for refactoring or text-to-cell.