Skip to content

Commit d45792c

Browse files
fix: Set notebook cell timeout to 2 minutes (#61)
* To allow for long running processes that require actual computation extend the notebook cell timeout from the default 30 seconds to 120 seconds (2 minutes). - c.f. https://jupyterbook.org/en/stable/customize/config.html
1 parent b26dab0 commit d45792c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: 'pyhf Tutorial'
44
author: the pyhf development team
55
logo: assets/pyhf-logo.svg
66

7+
execute:
8+
timeout: 120 # seconds
9+
710
# HTML-specific settings
811
html:
912
use_repository_button: true

0 commit comments

Comments
 (0)