From a96fc1fd297447dec5d45b0fb424b2d069cdac32 Mon Sep 17 00:00:00 2001 From: Simon Mazenoux <simon.mazenoux@cern.ch> Date: Wed, 31 Jan 2024 10:53:28 +0100 Subject: [PATCH] [SIGMON-549] add missing migration to matplotlib widget --- ipq/AN_IPQ_PLI1.c3.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipq/AN_IPQ_PLI1.c3.ipynb b/ipq/AN_IPQ_PLI1.c3.ipynb index 81722af8..a71c1305 100644 --- a/ipq/AN_IPQ_PLI1.c3.ipynb +++ b/ipq/AN_IPQ_PLI1.c3.ipynb @@ -284,7 +284,7 @@ "import matplotlib as mpl\n", "mpl.rcParams['savefig.dpi'] = 80\n", "mpl.rcParams['figure.dpi'] = 80\n", - "%matplotlib notebook\n", + "%matplotlib widget\n", "\n", "ipc_dfs = [\n", " lhcsmnb.utils.append_to_column_name(i_meas_b1_df, 0, '_B1'),\n", @@ -483,7 +483,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.6" + "version": "3.9.18" }, "sparkconnect": { "bundled_options": [ @@ -508,4 +508,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +} -- GitLab