From 971c6b4eb7305497646a6bd8405513b1855691ce Mon Sep 17 00:00:00 2001 From: Pri <98677561+pricarious@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:35:21 -0500 Subject: [PATCH 01/19] OpenLCA version update --- .virtual_documents/up_template.ipynb | 35 ++++++++++++++++++++++++++++ up_template.ipynb | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .virtual_documents/up_template.ipynb diff --git a/.virtual_documents/up_template.ipynb b/.virtual_documents/up_template.ipynb new file mode 100644 index 0000000..e4c2178 --- /dev/null +++ b/.virtual_documents/up_template.ipynb @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + +from up_template import Interface +from up_template import get_logger + + + + + +if __name__ == '__main__': + logger = get_logger("INFO") + mc = Interface() + mc.run() diff --git a/up_template.ipynb b/up_template.ipynb index 32e21a4..588ee0f 100644 --- a/up_template.ipynb +++ b/up_template.ipynb @@ -292,7 +292,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.10" + "version": "3.13.5" } }, "nbformat": 4, From 29307b1d7b6014fb40e04c3e908480d37bc0dc15 Mon Sep 17 00:00:00 2001 From: Pri <98677561+pricarious@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:26:38 -0500 Subject: [PATCH 02/19] Update NetlOlcaReport.py --- up_template/NetlOlcaReport.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/up_template/NetlOlcaReport.py b/up_template/NetlOlcaReport.py index 8eb1dc5..9a858bd 100644 --- a/up_template/NetlOlcaReport.py +++ b/up_template/NetlOlcaReport.py @@ -398,10 +398,12 @@ def create_report_markdown(self):  ``` +### Scenarios + ### Input Flows {input_flows_md} -## Output Flows +### Output Flows {output_flows_md} ### Process Parameters @@ -762,6 +764,9 @@ def format_parameter_table(self, param_list): "The following table provides process and global parameter " "values and their associated uncertainty.\n\n" ) + #Open scrollable table + md_table += '