From d2fafab64e6250b5d4aa6637340fcfd4cc4b017f Mon Sep 17 00:00:00 2001 From: RodionLisch Date: Fri, 29 Nov 2024 16:35:50 +0100 Subject: [PATCH] Update tutorial --- nfdinspector_tutorials/LIDO_tutorial.ipynb | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/nfdinspector_tutorials/LIDO_tutorial.ipynb b/nfdinspector_tutorials/LIDO_tutorial.ipynb index 55c2466..ed77e3b 100644 --- a/nfdinspector_tutorials/LIDO_tutorial.ipynb +++ b/nfdinspector_tutorials/LIDO_tutorial.ipynb @@ -102,7 +102,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -126,7 +126,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -217,7 +217,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -227,6 +227,15 @@ { "cell_type": "markdown", "metadata": {}, + "source": [ + "The results of the inspection are saved under ``LIDOInspector.inspections`` and can be accessed from there in JSON format" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], "source": [] } ],