mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
move "matplotlib inline" after imports
This commit is contained in:
parent
430e9ccecd
commit
6973e227e6
1 changed files with 1 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": [
|
|
||||||
"%matplotlib inline"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
@ -33,6 +24,7 @@
|
||||||
"from metpy.plots import StationPlot, StationPlotLayout\n",
|
"from metpy.plots import StationPlot, StationPlotLayout\n",
|
||||||
"from metpy.units import units\n",
|
"from metpy.units import units\n",
|
||||||
"import warnings\n",
|
"import warnings\n",
|
||||||
|
"%matplotlib inline\n",
|
||||||
"warnings.filterwarnings(\"ignore\",category =RuntimeWarning)\n",
|
"warnings.filterwarnings(\"ignore\",category =RuntimeWarning)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def get_cloud_cover(code):\n",
|
"def get_cloud_cover(code):\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue