From 105a7018dd1eee28655039c77577741df8d34134 Mon Sep 17 00:00:00 2001 From: Sasha Lopoukhine Date: Mon, 24 Mar 2025 23:54:57 +0000 Subject: [PATCH] fix embed notebook example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a2e8c..fd52e7e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You can also embed marimo files directly: filepath: path/to/your/file.py height: 400px mode: read - show_source: true + show_source: 'true' /// ````