From 3fe4b8d4f8306fb11e76b8dd010bc2118087ed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Mon, 20 Apr 2020 10:55:20 +1200 Subject: [PATCH] Fix comment about nbagg backend for animations --- tools_matplotlib.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_matplotlib.ipynb b/tools_matplotlib.ipynb index f23c5e0..30055b7 100644 --- a/tools_matplotlib.ipynb +++ b/tools_matplotlib.ipynb @@ -1073,7 +1073,7 @@ "metadata": {}, "source": [ "# Animations\n", - "Although matplotlib is mostly used to generate images, it is also capable of displaying animations, depending on the Backend you use. In a Jupyter notebook, we need to use the `nbagg` backend to use interactive matplotlib features, including animations. We also need to import `matplotlib.animation`." + "Although matplotlib is mostly used to generate images, it is also capable of displaying animations. First, you need to import `matplotlib.animation`. Second, in a Jupyter notebook, you can either use the `nbagg` backend or run the following code." ] }, {