From 1b39c048568f53b22dc89e09b4a5724316aa3f61 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 9 Sep 2020 11:41:27 -0600 Subject: [PATCH] Moved '%matplotlib inline' for surface obs notebook --- examples/notebooks/Regional_Surface_Obs_Plot.ipynb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb index 9bfe3a0..30aa2d7 100644 --- a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb +++ b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb @@ -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",