Skip to content

Commit 206bc6c

Browse files
rdhyeeclaude
andcommitted
Improve visual presentation by hiding code blocks by default
- Set code-fold: true to hide code blocks with toggle visibility - Add custom "Show code" button text for better UX - Emphasize visualizations and results over implementation details - Make notebook more accessible to non-technical users while preserving code access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 65a4570 commit 206bc6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorials/zenodo_isamples_analysis.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ author: "iSamples Team"
55
date: "2025-09-05"
66
format:
77
html:
8-
code-fold: false
8+
code-fold: true
9+
code-summary: "Show code"
910
toc: true
1011
toc-depth: 3
1112
theme: cosmo

0 commit comments

Comments
 (0)