From 3204bbb90fd6069a1ca0446e3890d40420015588 Mon Sep 17 00:00:00 2001 From: aarsh <144159115+Aarshpatel12@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:50:32 +0530 Subject: [PATCH] Docs: Enable Thebe interactive cells and repo buttons (Fixes #80) --- notebooks/_config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/notebooks/_config.yml b/notebooks/_config.yml index 3e77cfa1..aa200881 100755 --- a/notebooks/_config.yml +++ b/notebooks/_config.yml @@ -7,8 +7,12 @@ logo: logo.png execute: timeout: 600 repository: - url : https://github.com/OSIPI/DCE-DSC-MRI_CodeCollection - path_to_book : notebooks + url : https://github.com/OSIPI/DCE-DSC-MRI_CodeCollection + path_to_book : notebooks branch : demo launch_buttons: - notebook_interface: "jupyterlab" \ No newline at end of file + notebook_interface: "jupyterlab" + thebe : true # <--- Added for interactive cells (Issue #80) +html: + use_repository_button : true # <--- Uses the repo URL above + use_issues_button : true # <--- Adds 'Open Issue' button \ No newline at end of file