mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Add '%matplotlib inline' after imports for the NEXRAD notebook
This commit is contained in:
parent
e7c93b3a1f
commit
031f2ce7c5
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
"import cartopy.crs as ccrs\n",
|
||||
"import numpy as np\n",
|
||||
"from cartopy.mpl.gridliner import LONGITUDE_FORMATTER, LATITUDE_FORMATTER\n",
|
||||
"%matplotlib inline\n",
|
||||
"\n",
|
||||
"DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n",
|
||||
"request = DataAccessLayer.newDataRequest(\"radar\")\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue