From 30b61cd9361a9b8bb66acf4d080ce783aeaf65d7 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Mon, 13 Oct 2025 09:03:36 -0700 Subject: [PATCH 1/2] fix: tutorial lazy execution --- marimo/_tutorials/dataflow.py | 6 ++---- marimo/_tutorials/intro.py | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/marimo/_tutorials/dataflow.py b/marimo/_tutorials/dataflow.py index 3083b511ac1..13ca869fa0a 100644 --- a/marimo/_tutorials/dataflow.py +++ b/marimo/_tutorials/dataflow.py @@ -37,10 +37,8 @@ def _(mo): r""" **Tip: disabling automatic execution.** - marimo lets you disable automatic execution: just go into the notebook settings - and set - - "Runtime > On Cell Change" to "lazy". + marimo lets you disable automatic execution: in the notebook + footer, change "On Cell Change" to "lazy". When the runtime is lazy, after running a cell, marimo marks its descendants as stale instead of automatically running them. The lazy diff --git a/marimo/_tutorials/intro.py b/marimo/_tutorials/intro.py index c44f975e3d0..0c87ab31a18 100644 --- a/marimo/_tutorials/intro.py +++ b/marimo/_tutorials/intro.py @@ -42,10 +42,8 @@ def _(mo): { "Tip: disabling automatic execution": mo.md( rf""" - marimo lets you disable automatic execution: just go into the - notebook settings and set - - "Runtime > On Cell Change" to "lazy". + marimo lets you disable automatic execution: in the notebook + footer, change "On Cell Change" to "lazy". When the runtime is lazy, after running a cell, marimo marks its descendants as stale instead of automatically running them. The From 89236c911d9fb7f2782489285ef1104291770d94 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Wed, 15 Oct 2025 08:00:39 -0700 Subject: [PATCH 2/2] snapshot --- tests/_convert/snapshots/dataflow.md.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/_convert/snapshots/dataflow.md.txt b/tests/_convert/snapshots/dataflow.md.txt index 675af8a2cd8..5a9b405f2f6 100644 --- a/tests/_convert/snapshots/dataflow.md.txt +++ b/tests/_convert/snapshots/dataflow.md.txt @@ -24,10 +24,8 @@ cells. **Tip: disabling automatic execution.** -marimo lets you disable automatic execution: just go into the notebook settings -and set - -"Runtime > On Cell Change" to "lazy". +marimo lets you disable automatic execution: in the notebook +footer, change "On Cell Change" to "lazy". When the runtime is lazy, after running a cell, marimo marks its descendants as stale instead of automatically running them. The lazy