move "matplotlib inline" after imports

This commit is contained in:
srcarter3 2020-09-09 11:28:29 -06:00 committed by GitHub
parent 430e9ccecd
commit 6973e227e6
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": null,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -33,6 +24,7 @@
"from metpy.plots import StationPlot, StationPlotLayout\n",
"from metpy.units import units\n",
"import warnings\n",
"%matplotlib inline\n",
"warnings.filterwarnings(\"ignore\",category =RuntimeWarning)\n",
"\n",
"def get_cloud_cover(code):\n",