Skip to content

Commit 475d694

Browse files
committed
in the debugger notebook, comment debug cell that caused an input and was breaking build
1 parent 2a71077 commit 475d694

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebooks/7-9-debugger-nb.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ def fact(n):
130130
return n * fact(n-1)
131131
```
132132

133+
pour essayer, enlever les commentaires dans cette cellule
134+
133135
```{code-cell} ipython3
134-
%%debug
135-
fact(3)
136+
# %%debug
137+
# fact(3)
136138
```

0 commit comments

Comments
 (0)