diff --git a/recipes/interactive-model-editing/interactive-model-editing.ipynb b/recipes/interactive-model-editing/interactive-model-editing.ipynb index 135cdf1..becba45 100644 --- a/recipes/interactive-model-editing/interactive-model-editing.ipynb +++ b/recipes/interactive-model-editing/interactive-model-editing.ipynb @@ -6,7 +6,7 @@ "source": [ "## Recipe to show the interactively edit the Sky model on the notebook \n", "\n", - "Example showing how to transform the gammapy model to a pandas dataframe, a widely used tabular format and modifying the parameters interactively on the notebook. \n", + "This example shows how to transform a gammapy model to a pandas dataframe, a widely used tabular format, and modify the parameters interactively on the notebook. \n", "Plain text models in the XML or yaml format can not be sorted or filtered. Here we propose to use `qgrid` to explore and edit the Model. \n", "\n", "\n",