From 0b9f28356ea3ea6bfa7b7681306caf3087c98712 Mon Sep 17 00:00:00 2001 From: Romain Boman <r.boman@uliege.be> Date: Mon, 30 Oct 2023 17:36:25 +0100 Subject: [PATCH] remove matplotlib inline --- math0024/hw-guidelines.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math0024/hw-guidelines.ipynb b/math0024/hw-guidelines.ipynb index 9a7eaee..317d2b8 100644 --- a/math0024/hw-guidelines.ipynb +++ b/math0024/hw-guidelines.ipynb @@ -957,12 +957,12 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": null, "id": "89183b94-2850-4daa-a452-c7ab3f400712", "metadata": {}, "outputs": [], "source": [ - "%matplotlib inline " + "# %matplotlib inline " ] }, { -- GitLab