aiidalab / aiidalab-home

AiiDAlab Home App
MIT License
5 stars 9 forks source link

App manager: clear the previous output upon starting a new install #143

Open danielhollas opened 1 year ago

danielhollas commented 1 year ago

To reproduce:

  1. Trigger and install of an app version that you know will fail. In that case, the output of the pip install command will remain on the screen (which is good).
  2. Select a different version, retrigger an installation. The output from the previous install will not be cleared, but will be appended instead.