-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
36 lines (28 loc) · 943 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Book settings
title: Follow the grant - Research Recipies
author: Hristio
logo: imgs/logo.png
copyright: 2024
only_build_toc_files: true
# Define the name of the latex output file for PDF builds
latex:
latex_documents:
targetname: book.tex
# Information about where the book exists on the web
repository:
url: https://github.com/InvestigatingScience/research_recipies_workbook
branch: main
# Add GitHub buttons to your book
html:
use_repository_button: true
launch_buttons:
colab_url: "https://colab.research.google.com"
binderhub_url: "https://mybinder.org"
#binderhub_url: https://mybinder.org/v2/gh/InvestigatingScience/research_recipies_workbook/main?filepath={path}"
thebe: true
# Thebe configuration
thebe:
repository_url: "https://github.com/InvestigatingScience/research_recipies_workbook"
branch: "main"
selector: ".cell" # Automatically make all code cells interactive
kernel_name: "python3"