From 7b7780fc1fa3838fc0caf2c38ad5e5545d8584c3 Mon Sep 17 00:00:00 2001 From: Warren Rexroad Date: Wed, 20 Dec 2023 23:48:27 -0800 Subject: [PATCH] first version of BARREL background subtaction notebook --- pyspedas_examples/notebooks/BARREL_background_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyspedas_examples/notebooks/BARREL_background_model.ipynb b/pyspedas_examples/notebooks/BARREL_background_model.ipynb index 8e9e49b..c4417b3 100644 --- a/pyspedas_examples/notebooks/BARREL_background_model.ipynb +++ b/pyspedas_examples/notebooks/BARREL_background_model.ipynb @@ -20,7 +20,7 @@ "outputs": [], "source": [ "%matplotlib ipympl\n", - "import pyspedas, pytplot, pprint, numpy\n" + "import pyspedas, pytplot" ] }, {