Moved '%matplotlib inline' for surface obs notebook

This commit is contained in:
srcarter3 2020-09-09 11:41:27 -06:00 committed by GitHub
parent 57d2189dfe
commit 1b39c04856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -35,6 +26,7 @@
"from metpy.calc import wind_components\n",
"from metpy.plots import simple_layout, StationPlot, StationPlotLayout\n",
"import warnings\n",
"%matplotlib inline\n",
"\n",
"def get_cloud_cover(code):\n",
" if 'OVC' in code:\n",