Skip to content

Commit 08f289b

Browse files
committed
update no-execute to skip-execution
1 parent a180304 commit 08f289b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/matsuyama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ In order to use this, we recommend to run this notebook locally.
799799
```
800800

801801
```{code-cell} ipython3
802-
:class: no-execute
802+
:tags: [skip-execution]
803803
804804
def interact_attraction_basis(ρ=0.2, maxiter=250, npts=250):
805805
# Create the figure and axis that we will plot on
@@ -818,7 +818,7 @@ def interact_attraction_basis(ρ=0.2, maxiter=250, npts=250):
818818
```
819819

820820
```{code-cell} ipython3
821-
:class: no-execute
821+
:tags: [skip-execution]
822822
823823
fig = interact(interact_attraction_basis,
824824
ρ=(0.0, 1.0, 0.05),

0 commit comments

Comments
 (0)