Skip to content

Commit 50aa753

Browse files
committed
Upgrade to more recent versions
- using python 3.9.7 and dependencies as from current anaconda (which is used for teaching)
1 parent 9da4c68 commit 50aa753

File tree

4 files changed

+1880
-983
lines changed

4 files changed

+1880
-983
lines changed

book/_config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,21 @@ html:
3838

3939
# Allow parsing of "<img src=..." tags in markdown cells (used in Chapter 15 on visualisation)
4040
parse:
41-
myst_extended_syntax: true
41+
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
42+
# - amsmath
43+
- colon_fence
44+
# - deflist
45+
- dollarmath
46+
# - html_admonition
47+
- html_image
48+
# - linkify
49+
# - replacements
50+
# - smartquotes
51+
- substitution
52+
- tasklist
53+
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links
54+
# myst_dmath_double_inline: true # Allow display math ($$) within an inline context
55+
4256

4357

4458
sphinx:

book/_toc.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Table of content
2-
# Learn more at https://jupyterbook.org/customize/toc.html
3-
#
4-
- file: opening
1+
format: jb-article
2+
root: opening
3+
options:
54
numbered: true
6-
5+
sections:
76
- file: 01-introduction
87
- file: 02-powerful-calculator
98
- file: 03-data-types-structures

0 commit comments

Comments
 (0)