Skip to content
Snippets Groups Projects
Unverified Commit 52243698 authored by Chris Holdgraf's avatar Chris Holdgraf Committed by GitHub
Browse files

:bug: FIX: colab default is now empty (#1026)

parent 21c204bf
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 11 deletions
......@@ -58,7 +58,7 @@ launch_buttons:
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu)
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
colab_url : https://colab.research.google.com # The URL of Google Colab (e.g., https://colab.research.google.com)
colab_url : "" # The URL of Google Colab (https://colab.research.google.com)
repository:
url : https://github.com/executablebooks/jupyter-book # The URL to your book's repository
......
......@@ -13,7 +13,7 @@ html_favicon = ''
html_logo = ''
html_sourcelink_suffix = ''
html_theme = 'sphinx_book_theme'
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': 'https://mybinder.org', 'jupyterhub_url': '', 'thebe': False, 'colab_url': 'https://colab.research.google.com'}, 'path_to_docs': '', 'repository_url': 'https://github.com/executablebooks/jupyter-book', 'repository_branch': 'master', 'google_analytics_id': '', 'extra_navbar': 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>', 'extra_footer': '', 'home_page_in_toc': True, 'use_repository_button': False, 'use_edit_page_button': False, 'use_issues_button': False}
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': 'https://mybinder.org', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '', 'repository_url': 'https://github.com/executablebooks/jupyter-book', 'repository_branch': 'master', 'google_analytics_id': '', 'extra_navbar': 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>', 'extra_footer': '', 'home_page_in_toc': True, 'use_repository_button': False, 'use_edit_page_button': False, 'use_issues_button': False}
html_title = 'test'
jupyter_cache = ''
jupyter_execute_notebooks = 'auto'
......
......@@ -38,7 +38,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -41,7 +41,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -40,7 +40,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -40,7 +40,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -40,7 +40,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -42,7 +42,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -40,7 +40,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: other
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -40,7 +40,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
......@@ -39,7 +39,7 @@ final:
home_page_in_toc: true
launch_buttons:
binderhub_url: https://mybinder.org
colab_url: https://colab.research.google.com
colab_url: ''
jupyterhub_url: ''
notebook_interface: classic
thebe: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment