GitHub

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),

Read the original on github.com ↗