mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
try changing matplotlib 'inline' for 'notebook'
This commit is contained in:
parent
fe870f1091
commit
68674182ab
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"%matplotlib inline\n",
|
"%matplotlib notebook\n",
|
||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
"import matplotlib\n",
|
"import matplotlib\n",
|
||||||
"import cartopy.crs as ccrs\n",
|
"import cartopy.crs as ccrs\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue