We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fc04d commit ea74ba9Copy full SHA for ea74ba9
_config.yml
@@ -14,6 +14,9 @@ execute:
14
execute_notebooks: cache
15
timeout: 600
16
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
17
+ exclude_patterns:
18
+ - "team_work/*"
19
+ - "*_homework_exercise*"
20
21
# Add a few extensions to help with parsing content
22
parse:
0 commit comments