From d1cd1eb5be61b17136e06a051323e5bc4d6f0abe Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 21 Jul 2024 23:10:30 -0400 Subject: [PATCH] Add thebe --- _config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 2ce7c8f..4db4494 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,8 @@ launch_buttons: colab_url: "https://colab.research.google.com" notebook_interface: "jupyterlab" binderhub_url: "https://mybinder.org" + thebe: true + branch: main # Information about where the book exists on the web repository: @@ -46,9 +48,8 @@ html: use_repository_button: true use_issues_button: true use_edit_page_button: true - use_download_button: true - # thebe: true - # google_analytics_id: G-XXXXXXX + use_download_button: true # google_analytics_id: G-XXXXXXX + thebe: true # Enable Thebe sphinx: config: @@ -56,6 +57,7 @@ sphinx: html_theme_options: use_download_button: true repository_url: https://github.com/giswqs/jupyter-book-demo + repository_branch: main # Specify the correct branch for theme options use_issues_button: true use_repository_button: true use_edit_page_button: true