From dd4a529b4b8864990293e6a121bcbed5df06bdb2 Mon Sep 17 00:00:00 2001 From: TimoDiepers Date: Mon, 16 Sep 2024 08:26:36 +0200 Subject: [PATCH] cosmetic notebook updates --- notebooks/getting_started.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/getting_started.ipynb b/notebooks/getting_started.ipynb index 9edd668..a73beac 100644 --- a/notebooks/getting_started.ipynb +++ b/notebooks/getting_started.ipynb @@ -21,7 +21,7 @@ "source": [ "## Step 1 - Adding temporal information\n", "\n", - "To get you started with time-explicit LCA, we'll investigate this very simple production system with two \"technosphere\" nodes A and B and a \"biosphere\" node representing some CO2 emissions. For the sake of this example, we'll assume that we demand Process A exactly once.\n", + "To get you started with time-explicit LCA, we'll investigate this very simple production system with two \"technosphere\" nodes A and B and a \"biosphere\" node representing some CO2 emissions. For the sake of this example, we'll assume that we demand Process A to run exactly once.\n", "\n", "```mermaid\n", "flowchart LR\n", @@ -214,7 +214,7 @@ "end\n", "\n", "subgraph biosphere[\" \"]\n", - " CO2:::b\n", + " CO2(CO2):::b\n", "end\n", "\n", "B_2020-->|\"amounts: [30%,50%,20%] * 3 kg\\n dates:[-2,0,+4]\" years|A\n", @@ -298,7 +298,7 @@ "end\n", "\n", "subgraph biosphere[\" \"]\n", - " CO2:::b\n", + " CO2(CO2):::b\n", "end\n", "\n", "B_2020-->|\"amounts: [30%,50%,20%] * 3 kg\\n dates:[-2,0,+4]\" years|A\n",