From 80386e62b9c6f2b3574f32b3f4576390be41ef74 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 27 Aug 2024 16:07:28 +0100 Subject: [PATCH] Open HTML output in tutorial --- docs/source/getting-started/run-recipe.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/getting-started/run-recipe.rst b/docs/source/getting-started/run-recipe.rst index 848e68993..a9be49d1a 100644 --- a/docs/source/getting-started/run-recipe.rst +++ b/docs/source/getting-started/run-recipe.rst @@ -30,9 +30,7 @@ output should be a directory, but it will be created if it does not exist. cset bake -i air_temp.nc -o output/ -r air_temperature_spatial_plot.yaml This will run the recipe and leave its output in the specified output directory. - -The most interesting output will be the plot, which you can look at with -``xdg-open output/plot.png``. +You can look at the visualised output with ``xdg-open output/index.html``. You've now successfully run CSET with a pre-existing recipe. In the next tutorial we will see what is going on inside.