-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
29 lines (24 loc) · 967 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
# Learn more at https://jupyterbook.org/customize/config.html
# Book settings
title: Chemical Engineering Scientific Computing (CHEME 375)
author: Teng-Jui Lin
# logo: img/logos/logo.jpg
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: off
# Launch button settings
launch_buttons:
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
colab_url : https://colab.research.google.com # The URL of Google Colab (https://colab.research.google.com)
# Information about where the book exists on the web
repository:
url: https://github.com/tengjuilin/cheme-sci-computing # Online location of your book
branch: main
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
home_page_in_navbar: false
use_issues_button: true
use_repository_button: true
extra_navbar: ""