Skip to content

Commit

Permalink
remove testing for interact and open in different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed May 7, 2021
1 parent 680d5f5 commit bb00826
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lectures/matsuyama.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import matplotlib.pyplot as plt
import seaborn as sns
from numba import jit, vectorize
from ipywidgets import interact
from ipywidgets.embed import embed_minimal_html
```

### Background
Expand Down Expand Up @@ -816,7 +815,5 @@ fig = interact(interact_attraction_basis,
ρ=(0.0, 1.0, 0.05),
maxiter=(50, 5000, 50),
npts=(25, 750, 25))
from IPython.display import display
display(fig)
```

1 comment on commit bb00826

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.