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