From a51714e355b5ba9123d9ee98264bf83b28074e21 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 15 Nov 2022 11:30:30 -0700 Subject: [PATCH] Update "notes" in Regional obs notebook for website rendering --- examples/notebooks/Regional_Surface_Obs_Plot.ipynb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb index a4922af..64efbc0 100644 --- a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb +++ b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb @@ -370,10 +370,7 @@ "\n", "The previous EDEX request limited the data by using a **parameter** for the maps database called **state**. We can take the results from that filter and get a geographic **envelope** based on the Florida polygon that was returned from the previous cell.\n", "\n", - "
\n", - "
\n", - " Note: Without such a filter you may be requesting many tens of thousands of records.\n", - "
\n" + "> Warning: Without such a filter you may be requesting many tens of thousands of records." ] }, { @@ -430,10 +427,7 @@ "\n", "Both the METAR and Synoptic datasets should be filtered by time to avoid requesting an unreasonable amount of data. By defining one filter now, we can use it in both of their data requests to EDEX.\n", "\n", - "
\n", - "
\n", - " Note: Here we will use the most recent hour as our default filter. Try adjusting the timerange and see the difference in the final plots.\n", - "
" + "> Note: Here we will use the most recent hour as our default filter. Try adjusting the timerange and see the difference in the final plots." ] }, {