try changing matplotlib 'inline' for 'notebook'

This commit is contained in:
srcarter3 2020-09-04 12:02:00 -06:00 committed by GitHub
parent fe870f1091
commit 68674182ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",