From 8abfea6756fdebec20a050210ba054837797606d Mon Sep 17 00:00:00 2001 From: "MoessnerFabian(Group)" Date: Tue, 7 Jan 2025 13:02:04 +0100 Subject: [PATCH] Improving Notebook 3. --- .../notebooks/processor_examples/regex.ipynb | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/source/development/notebooks/processor_examples/regex.ipynb b/doc/source/development/notebooks/processor_examples/regex.ipynb index 4d38c9588..c9e3ccd6b 100644 --- a/doc/source/development/notebooks/processor_examples/regex.ipynb +++ b/doc/source/development/notebooks/processor_examples/regex.ipynb @@ -20,7 +20,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -89,6 +89,7 @@ "cell_type": "code", <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "execution_count": 2, ======= @@ -123,6 +124,11 @@ ] } ], +======= + "execution_count": null, + "metadata": {}, + "outputs": [], +>>>>>>> 0a454895 (Improving Notebook 3.) "source": [ "rule_yaml = \"\"\"---\n", "filter: 'data_stream.type: \".*lo.*\"'\n", @@ -223,6 +229,7 @@ "cell_type": "code", <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "execution_count": 3, ======= @@ -252,6 +259,11 @@ ] } ], +======= + "execution_count": null, + "metadata": {}, + "outputs": [], +>>>>>>> 0a454895 (Improving Notebook 3.) "source": [ "rule_yaml = \"\"\"---\n", <<<<<<< HEAD @@ -290,6 +302,7 @@ }, { "cell_type": "code", +<<<<<<< HEAD "execution_count": 4, <<<<<<< HEAD "metadata": {}, @@ -414,6 +427,11 @@ ] } ], +======= + "execution_count": null, + "metadata": {}, + "outputs": [], +>>>>>>> 0a454895 (Improving Notebook 3.) "source": [ "rule_yaml = \"\"\"---\n", "filter: 'data_stream.type: /\\\\/lo.*/' \n",