The best Hacker News stories from All from the past day
Latest posts:
SQLite: Wal2 Mode
Inside the Steam Deck's APU
Penrose – Create diagrams by typing notation in plain text
Slashing data transfer costs in AWS
Teach Yourself Programming in Ten Years (1998)
Teach Yourself Programming in Ten Years (1998)
OpenD, a D language fork that is open to your contributions
A supply chain attack on PyTorch
A supply chain attack on PyTorch
Posthog is closing their Slack community in favor of forum
‘This Has Been Going on for Years’: Boeing’s Manufacturing Mess
Dynamic programming is not black magic
Dynamic programming is not black magic
Autonomous trucking is harder than autonomous rideshare
Autonomous trucking is harder than autonomous rideshare
Show HN: #!/usr/bin/env docker run
Vanna.ai: Chat with your SQL database
Vanna.ai: Chat with your SQL database
Show HN: Marimo – an open-source reactive notebook for Python
Hi HN! We’re excited to share marimo, an open-source reactive notebook for Python [1]. marimo aims to solve well-known problems with traditional notebooks [2]: marimo notebooks are reproducible (no hidden state), git-friendly (stored as Python files), executable as Python scripts, and deployable as web apps.<p>GitHub repo: <a href="https://github.com/marimo-team/marimo">https://github.com/marimo-team/marimo</a><p>In marimo, a notebook’s code, outputs, and program state are always consistent. Run a cell and marimo reacts by automatically running the cells that reference its declared variables. Delete a cell and marimo scrubs its variables from program memory, eliminating hidden state. Our reactive runtime is based on static analysis, so it’s performant. If you’re worried about accidentally triggering expensive computations, you can disable specific cells from auto-running.<p>marimo comes with UI elements like sliders, a dataframe transformer, and interactive plots that are automatically synchronized with Python [3]. Interact with an element and the cells that use it are automatically re-run with its latest value. Reactivity makes these UI elements more useful and ergonomic than Jupyter’s ipywidgets.<p>Every marimo notebook can be run as a script from the command line, with cells executed in a topologically sorted order, or served as an interactive web app, using the marimo CLI.<p>We’re a team of just two developers. We chose to develop marimo because we believe that the Python community deserves a better programming environment to do research and communicate it; experiment with code and share it; and learn computational science and teach it. We’ve seen lots of research start in Jupyter notebooks (much of my own has), only to fail to reproduce; lots of promising prototypes built that were never made real; and lots of tutorials written that failed to engage students.<p>marimo has been developed with the close input of scientists and engineers, and with inspiration from many tools, including Pluto.jl and streamlit. We open-sourced it recently because we feel it’s ready for broader use. Please try it out (pip install marimo && marimo tutorial intro). We’d appreciate your feedback!<p>[1] <a href="https://github.com/marimo-team/marimo">https://github.com/marimo-team/marimo</a><p>[2] <a href="https://docs.marimo.io/faq.html#faq-problems" rel="nofollow">https://docs.marimo.io/faq.html#faq-problems</a><p>[3] <a href="https://docs.marimo.io/api/inputs/index.html" rel="nofollow">https://docs.marimo.io/api/inputs/index.html</a>
Updates on Grounding of Boeing 737 MAX 9 Aircraft