Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
a5786dbfba
commit
52fa281152
1 changed files with 11 additions and 0 deletions
|
@ -149,3 +149,14 @@ animation = matplotlib.animation.FuncAnimation(
|
||||||
|
|
||||||
plt.show()
|
plt.show()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Interactive Python session
|
||||||
|
|
||||||
|
There are several options if you don't run it from VS Code interactively. One options is this:
|
||||||
|
|
||||||
|
```python
|
||||||
|
# %%
|
||||||
|
%matplotlib widget
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue