changed '%matplotlib notebook' back to '%matplotlib inline'

This commit is contained in:
srcarter3 2020-09-09 13:40:15 -06:00 committed by GitHub
parent 557dd8f348
commit fc30adadea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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