pjamesjoyce / lcopt

Create foreground LCA models via an intuitive user interface and analyse them using Brightway2
BSD 3-Clause "New" or "Revised" License
22 stars 6 forks source link

add flask gui to edit lcopt settings #46

Closed pjamesjoyce closed 6 years ago

pjamesjoyce commented 6 years ago

This PR adds a flask GUI to change lcopt's settings.

It can be accessed from the command line using

lcopt-settings

or from a notebook using

from lcopt.settings_gui import settingsGUI
settingsGUI.run()

It looks like this:

image

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.6%) to 86.008% when pulling d0492b7195a735037ce4e482f9ec96de9cf7fefa on settings_gui into b53742e8b5a6eb9f43c3ee53d38ae0d5f99ac1b1 on development.

pjamesjoyce commented 6 years ago

You can also access the settings GUI using

from lcopt import *
settings.launch_interact()
pjamesjoyce commented 6 years ago

@haasad - thought I'd alert you to this in case you want to add it to the activity browser as part of LCA-ActivityBrowser/activity-browser#174