Skip to content

Commit

Permalink
cosmetic notebook updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Sep 16, 2024
1 parent c171799 commit dd4a529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit dd4a529

Please sign in to comment.