Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions marimo/_tutorials/dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions marimo/_tutorials/intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading