-
Notifications
You must be signed in to change notification settings - Fork 79
/
_config.yml
30 lines (30 loc) · 897 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
title: "Computational Tools for Data Science"
author: "Mark Crovella"
logo: figs/CS506-icon.jpg
#figs/L09-MultivariateNormal.png
only_build_toc_files: true
copyright: '2021-2022'
repository:
url: https://github.com/mcrovella/CS506-Computational-Tools-for-Data-Science
html:
# icon generated by stable diffusion july 2023
favicon: figs/CS506-icon.jpg
use_repository_button: true
execute:
execute_notebooks: "cache"
# I do not want to allow errors, to avoid publishing broken book
# allow_errors: true
timeout: 300
parse:
# see https://jupyterbook.org/customize/config.html
# first one is the only one I added to the set of defaults
myst_enable_extensions:
- html_image
- amsmath
- colon_fence
- dollarmath
- linkify
- substitution
sphinx:
config:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js