Skip to content

Commit 8b8c177

Browse files
committedSep 8, 2024·
Arrumar execução de células com exceções
1 parent 70f3961 commit 8b8c177

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎tutorial/notebooks/01-Tutorial_NumPy.md

-5
Original file line numberDiff line numberDiff line change
@@ -845,11 +845,6 @@ np.isnan(np.nan)
845845
```
846846

847847
```{code-cell} ipython3
848-
---
849-
editable: true
850-
slideshow:
851-
slide_type: ''
852-
---
853848
np.True_?
854849
```
855850

‎tutorial/notebooks/04-Exemplo_SVD.md

+3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ U.shape, s.shape, Vt.shape
160160
Note que `s` tem um shape diferente: só tem uma dimensão. Precisamos ter isso em mente pois operações voltadas para matrizes 2D podem não funcionar imediatamente. Por exemplo,
161161

162162
```{code-cell} ipython3
163+
---
164+
tags: [raises-exception]
165+
---
163166
s @ Vt
164167
```
165168

0 commit comments

Comments
 (0)
Please sign in to comment.