Skip to content

Commit 7055951

Browse files
committed
w4 jb2-friendly
1 parent 534d783 commit 7055951

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

myst-toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ project:
5454
- title: semaine 3
5555
children:
5656
- pattern: w3/w3-s*.md
57-
# - title: semaine 4
58-
# children:
59-
# - pattern: w4/w4-s*.md
57+
- title: semaine 4
58+
children:
59+
- pattern: w4/w4-s*.md
6060
# - title: semaine 5
6161
# children:
6262
# - pattern: w5/w5-s*.md

w4/w4-s4-c2-variable-de-boucle.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jupytext:
88
extension: .md
99
format_name: myst
1010
kernelspec:
11-
display_name: Python 3
11+
display_name: Python 3 (ipykernel)
1212
language: python
1313
name: python3
1414
language_info:
1515
name: python
16+
nbconvert_exporter: python
1617
pygments_lexer: ipython3
1718
nbhosting:
1819
title: variables de boucle
@@ -108,6 +109,7 @@ length([1, 2, 3])
108109

109110
```{code-cell} ipython3
110111
:latex-skip-eval: true
112+
:tags: [raises-exception]
111113
112114
# ceci provoque une UnboundLocalError
113115
length([])
@@ -195,7 +197,7 @@ def length2(l):
195197

196198
```{code-cell} ipython3
197199
:latex-skip-eval: true
198-
:tags: [gridwidth-1-2]
200+
:tags: [gridwidth-1-2, raises-exception]
199201
200202
# comme ci-dessus: UnboundLocalError
201203
length1([])

0 commit comments

Comments
 (0)