From 68674182abfe8dd6ae1e7f68b8f5df7cd70ccb08 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Fri, 4 Sep 2020 12:02:00 -0600 Subject: [PATCH] try changing matplotlib 'inline' for 'notebook' --- 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 b2ee0d8..f46de10 100644 --- a/examples/notebooks/Grid_Levels_and_Parameters.ipynb +++ b/examples/notebooks/Grid_Levels_and_Parameters.ipynb @@ -894,7 +894,7 @@ } ], "source": [ - "%matplotlib inline\n", + "%matplotlib notebook\n", "import matplotlib.pyplot as plt\n", "import matplotlib\n", "import cartopy.crs as ccrs\n",