From fc30adadea497a56568b45d861c933afcdc80b45 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 9 Sep 2020 13:40:15 -0600 Subject: [PATCH] changed '%matplotlib notebook' back to '%matplotlib inline' --- examples/notebooks/Grid_Levels_and_Parameters.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/Grid_Levels_and_Parameters.ipynb b/examples/notebooks/Grid_Levels_and_Parameters.ipynb index a4be55e..78262f2 100644 --- a/examples/notebooks/Grid_Levels_and_Parameters.ipynb +++ b/examples/notebooks/Grid_Levels_and_Parameters.ipynb @@ -892,7 +892,7 @@ } ], "source": [ - "%matplotlib notebook\n", + "%matplotlib inline\n", "import matplotlib.pyplot as plt\n", "import matplotlib\n", "import cartopy.crs as ccrs\n",