mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Moved '%matplotlib inline' for surface obs notebook
This commit is contained in:
parent
57d2189dfe
commit
1b39c04856
1 changed files with 1 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": 1,
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": [
|
|
||||||
"%matplotlib inline"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
@ -35,6 +26,7 @@
|
||||||
"from metpy.calc import wind_components\n",
|
"from metpy.calc import wind_components\n",
|
||||||
"from metpy.plots import simple_layout, StationPlot, StationPlotLayout\n",
|
"from metpy.plots import simple_layout, StationPlot, StationPlotLayout\n",
|
||||||
"import warnings\n",
|
"import warnings\n",
|
||||||
|
"%matplotlib inline\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def get_cloud_cover(code):\n",
|
"def get_cloud_cover(code):\n",
|
||||||
" if 'OVC' in code:\n",
|
" if 'OVC' in code:\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue