Add launch button for notebooks in colab
This commit is contained in:
parent
f5041f4f76
commit
a12b157ee8
@ -83,12 +83,12 @@ launch_buttons:
|
|||||||
binderhub_url : "" # The URL of the BinderHub (e.g., https://mybinder.org)
|
binderhub_url : "" # The URL of the BinderHub (e.g., https://mybinder.org)
|
||||||
jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu)
|
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)
|
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
|
||||||
colab_url : "" # The URL of Google Colab (https://colab.research.google.com)
|
colab_url : "https://colab.research.google.com"
|
||||||
|
|
||||||
repository:
|
repository:
|
||||||
url : "" # The URL to your book's repository
|
url : https://github.com/carlocagnetta/tianshou.git # The URL to your book's repository
|
||||||
path_to_book : "" # A path to your book's folder, relative to the repository root.
|
path_to_book : ./docs/ # A path to your book's folder, relative to the repository root.
|
||||||
branch : master # Which branch of the repository should be used when creating links
|
branch : docs/include-notebooks # Which branch of the repository should be used when creating links
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
# Advanced and power-user settings
|
# Advanced and power-user settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user