A more specific explanation:
until now:
1. I launch the openlca software manually
2. I activate the database
3. Connect to the IPC server manually
4. I run the jupyter python script.
-------------------------------------------------------------------------------------------------------------
I would like to:
1. Launch the openlca with a single line of code through the jupyter notebook: Done
2. Activate the database: not done
--> I got confused of the modules that I need from the the open-lca schema. Do I need to install the modules and build up the server app ?[
https://github.com/GreenDelta/olca-modules/tree/master/olca-ipc]
--> I could test it with Jython, but then I get an error "no olca module" was found. I will probably install the olca modules and try it again.
3. Connect to the openlca server
--> Is there any example for establishing this connection with the olca-ipc interface not manually? Otherwise I need to use the Java API, on which I don't have knowledge.
Any info would be appreciated; thank you.