Hi everyone, I'm currently working on a project where I need to compare two product systems and generate a report using Jupyter Notebook (Python) and the IPC (Inter-process communication) module provided by OpenLCA. However, I'm a bit lost on how to structure the workflow — from extracting the data to performing the comparison and presenting the results clearly in a report.
If anyone has experience or guidance on:
Accessing product systems and processes using the IPC module
Performing impact assessment comparisons programmatically
Exporting or visualizing the results in a clear format (e.g., tables, charts)
General tips on automating or organizing this kind of analysis in Jupyter
I'd really appreciate your help. Thanks in advance!