From 52fa281152380bbd9019723e3e8a22b727f8ef0d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:46:31 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- matplotlib/animation_and_slider/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/matplotlib/animation_and_slider/README.md b/matplotlib/animation_and_slider/README.md index 221b9ff..2513ed7 100644 --- a/matplotlib/animation_and_slider/README.md +++ b/matplotlib/animation_and_slider/README.md @@ -149,3 +149,14 @@ animation = matplotlib.animation.FuncAnimation( 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 +``` + +