From 3aa38c53106b817756d6be0a1d4d1b62f87dd77e Mon Sep 17 00:00:00 2001 From: han16nah Date: Fri, 25 Aug 2023 13:42:28 +0200 Subject: [PATCH] minor modification --- example_notebooks/16-tls_tree_dynamic.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_notebooks/16-tls_tree_dynamic.ipynb b/example_notebooks/16-tls_tree_dynamic.ipynb index 6a37d79db..10d9ccae0 100644 --- a/example_notebooks/16-tls_tree_dynamic.ipynb +++ b/example_notebooks/16-tls_tree_dynamic.ipynb @@ -622,7 +622,7 @@ "metadata": {}, "outputs": [], "source": [ - "#!\"run/helios\" data/surveys/dyn/tls_tree1_dyn.xml \"--lasOutput\" \"--zipOutput\" \"-q\"" + "!\"run/helios\" data/surveys/dyn/tls_tree1_dyn.xml \"--lasOutput\" \"--zipOutput\" \"-q\"" ] }, { @@ -631,7 +631,7 @@ "metadata": {}, "outputs": [], "source": [ - "# !\"run/helios\" data/surveys/dyn/tls_tree1_static.xml \"--lasOutput\" \"--zipOutput\" \"-q\"" + "!\"run/helios\" data/surveys/dyn/tls_tree1_static.xml \"--lasOutput\" \"--zipOutput\" \"-q\"" ] }, {