From 8918d75fdce65a09ed493bcc22693cdf9a0f2b45 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Wed, 9 Sep 2020 12:18:03 -0600 Subject: [PATCH] Add a brief description to the beginning of the NEXRAD3 notebook so that the autogenerated webpage renders correctly. --- examples/notebooks/NEXRAD_Level3_Radar.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/notebooks/NEXRAD_Level3_Radar.ipynb b/examples/notebooks/NEXRAD_Level3_Radar.ipynb index 0e0f106..91149f4 100644 --- a/examples/notebooks/NEXRAD_Level3_Radar.ipynb +++ b/examples/notebooks/NEXRAD_Level3_Radar.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "This example plots NEXRAD 3 algorithm, precipitation, and derived products (not base data)." + ] + }, { "cell_type": "code", "execution_count": 3,