diff --git a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb
index f21059f..82e3aff 100644
--- a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb
+++ b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb
@@ -268,10 +268,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "
\n",
- "Tip: \n",
- "More information could be gathered by looking at all the available location names (sectors), identifiers (entities), and parameters (channels). To see those run the following lines of code after the dataType has been set to satellite on the request object:\n",
- "
\n",
+ "> **Tip**: More information could be gathered by looking at all the available location names (sectors), identifiers (entities), and parameters (channels). To see those run the following lines of code after the dataType has been set to satellite on the request object:\n",
"\n",
"```\n",
"## Print Available Location Names\n",
@@ -317,10 +314,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "\n",
- "Tip: \n",
- "If you specify the fully qualified path, it will no longer depend on where this notebook is located. For example (for a Mac):\n",
- "
\n",
+ "> **Tip**: If you specify the fully qualified path, it will no longer depend on where this notebook is located. For example (for a Mac):\n",
"\n",
"```\n",
"outputDir = '/Users/scarter/test_dir/output/'\n",
@@ -616,12 +610,12 @@
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {
- "height": "calc(100% - 180px)",
+ "height": "207.99632263183594px",
"left": "10px",
"top": "150px",
- "width": "230px"
+ "width": "179.70587158203125px"
},
- "toc_section_display": false,
+ "toc_section_display": true,
"toc_window_display": false
}
},
diff --git a/examples/notebooks/Grid_Levels_and_Parameters.ipynb b/examples/notebooks/Grid_Levels_and_Parameters.ipynb
index 6384537..14ebde8 100644
--- a/examples/notebooks/Grid_Levels_and_Parameters.ipynb
+++ b/examples/notebooks/Grid_Levels_and_Parameters.ipynb
@@ -640,9 +640,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "\n",
- "Warning: Not all datasets support levels. If you are trying this with another dataset and run into an exception (error), it's most likely because levels are not supported for that data type.\n",
- "
"
+ "> **Warning**: Not all datasets support levels. If you are trying this with another dataset and run into an exception (error), it's most likely because levels are not supported for that data type."
]
},
{
@@ -1061,9 +1059,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "\n",
- "Note: We have more, detailed notebooks about how analyze and visualize the data once you have what you want.\n",
- "
"
+ "> **Note**: We have more, detailed notebooks about how analyze and visualize the data once you have what you want."
]
},
{
@@ -1150,7 +1146,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.9.2"
+ "version": "3.9.5"
},
"toc": {
"base_numbering": 1,
diff --git a/examples/notebooks/Grids_and_Cartopy.ipynb b/examples/notebooks/Grids_and_Cartopy.ipynb
index 77a864c..b3dfb57 100644
--- a/examples/notebooks/Grids_and_Cartopy.ipynb
+++ b/examples/notebooks/Grids_and_Cartopy.ipynb
@@ -136,9 +136,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "\n",
- "Note: You can play around with different times and forecast runs to see the differences.\n",
- "
"
+ "> **Note**: You can play around with different times and forecast runs to see the differences."
]
},
{
@@ -250,9 +248,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "\n",
- "Note: You may see a warning appear with a red background, this is okay, and will go away with subsequent runs of the cell.\n",
- "
"
+ "> **Note**: You may see a warning appear with a red background, this is okay, and will go away with subsequent runs of the cell."
]
},
{
@@ -388,7 +384,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.9.2"
+ "version": "3.9.5"
},
"toc": {
"base_numbering": 1,
diff --git a/examples/notebooks/Map_Resources_and_Topography.ipynb b/examples/notebooks/Map_Resources_and_Topography.ipynb
index 9e6aac7..6fd5df2 100644
--- a/examples/notebooks/Map_Resources_and_Topography.ipynb
+++ b/examples/notebooks/Map_Resources_and_Topography.ipynb
@@ -153,11 +153,9 @@
"\n",
"* Each map database table has a geometry field called `the_geom`, which can be used to spatially select map resources for any column of type geometry.\n",
"\n",
- "
\n",
- "\n",
- " Tip: Note the geometry definition of the_geom
for each data type, which can be Point, MultiPolygon, or MultiLineString.\n",
- "
\n",
- "
\n",
+ "\n",
+ "> **Tip**: Note the geometry definition of `the_geom` for each data type, which can be **Point**, **MultiPolygon**, or **MultiLineString**.\n",
+ "\n",
"\n",
"Here we'll be using Boulder (BOU) as our example for plotting the County Warning Area (CWA). We'll query our EDEX server to get all counties in the CWA for BOU, and then plot those counties along withe the state boundaries and lines of longitude and latitude. In order to get this information from EDEX, we'll need to set several characteristics on our data request object. We will use [**request.setParameters()**](http://unidata.github.io/python-awips/api/IDataRequest.html#awips.dataaccess.IDataRequest.setParameters) to refine our query to EDEX."
]
@@ -366,10 +364,7 @@
"\n",
"Request the city table based using the **envelope** attribute and filter by population and progressive disclosure level.\n",
"\n",
- "
\n",
- "\n",
- " Warning: the prog_disc
field is not entirely understood and values appear to change significantly depending on WFO site.\n",
- "
"
+ "> **Warning**: The `prog_disc` field is not entirely understood and values appear to change significantly depending on WFO site."
]
},
{
@@ -673,7 +668,7 @@
" request.setLocationNames('BOU')\n",
" request.addIdentifier('cwa', 'BOU')\n",
" \n",
- "See the Maps Database Reference Page for available database tables, column names, and types. "
+ "See the [Maps Database Reference Page](http://unidata.github.io/awips2/python/maps-database/#mapdatacw) for available database tables, column names, and types. "
]
},
{