From fb4c27f316a4262266484f57094ec53139ca6285 Mon Sep 17 00:00:00 2001 From: Astro-Kirsty Date: Fri, 21 Jun 2024 16:54:55 +0200 Subject: [PATCH] Test new CI build of website Signed-off-by: Astro-Kirsty --- .../interactive-model-editing/interactive-model-editing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",