diff --git a/notebooks/1-comparison.ipynb b/notebooks/1-comparison.ipynb index 442b20f..41638bc 100644 --- a/notebooks/1-comparison.ipynb +++ b/notebooks/1-comparison.ipynb @@ -209,7 +209,7 @@ "\n", "\"Plotly\n", "\n", - "Plotly is another choice for interactive plotting. Plotly has functionality in several languags. Here is the [Plotly Python documentation](https://plotly.com/python/).\n", + "Plotly is solid choice for interactive plotting. Plotly has functionality in several languags. Here is the [Plotly Python documentation](https://plotly.com/python/).\n", "\n", "Here is an example using their \"Express\" functionality:" ] diff --git a/notebooks/4-taylor-diagrams.ipynb b/notebooks/4-taylor-diagrams.ipynb index beb84a2..548b3f8 100644 --- a/notebooks/4-taylor-diagrams.ipynb +++ b/notebooks/4-taylor-diagrams.ipynb @@ -99,7 +99,7 @@ "source": [ "## Necessary Statistical Analysis\n", "\n", - "To make understanding a Taylor Diagram more meaningful or intuitive, let's use some real data. Here we are going to use ERA5 reanalysis data as our observational dataset. CMIP5 temperature and pressure data from various representative concentration pathways (RCPs) and ensemble members as our model data.\n", + "To make understanding a Taylor Diagram more meaningful or intuitive, let's use some real data. Here we are going to use ERA5 reanalysis data as our observational dataset. CMIP5 temperature data from various representative concentration pathways (RCPs) and ensemble members as our model data.\n", "\n", "Because these dataset can be so large, some data pre-processing has been done already to the datasets used in this example. \n", "\n",