Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-21 15:46:31 +01:00 committed by GitHub
parent a5786dbfba
commit 52fa281152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```