Environnements de développement interactifs qui réexécutent automatiquement les cellules de code dépendantes lorsque les données ou variables en amont changent.
Marimo is a reactive Python notebook environment and data science integrated development environment. It functions as a scripting tool that maintains state consistency by automatically tracking variable dependencies and re-executing downstream code blocks whenever upstream inputs are modified. The platform distinguishes itself by storing notebooks as standard, portable Python scripts rather than proprietary formats, ensuring compatibility with version control systems. It integrates artificial intelligence to assist with code generation and debugging based on the current execution context, whi
Marimo is a reactive Python notebook that automatically tracks variable dependencies and re-executes downstream cells on change, providing exactly the automatic cell re-execution, notebook interface, and built-in data visualization you are looking for.