Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: This website presents a set of lectures on python programming for e

execute:
execute_notebooks: "cache"
timeout: 600 # 10 minutes
timeout: 1800 # 30 minutes: the numpy_vs_numba_vs_jax benchmarks run on CPU-only runners here and exceed 600s (the English repo builds on GPU)

html:
baseurl: https://quantecon.github.io/lecture-python-programming.fr/
Expand Down
Loading