Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unkcpz/aiida-amneris

The Web GUI for workflow engine AiiDA
https://github.com/unkcpz/aiida-amneris

Last synced: about 1 month ago
JSON representation

The Web GUI for workflow engine AiiDA

Awesome Lists containing this project

README

        

# Web GUI for AiiDA

Based on [solara](https://solara.dev/docs/) to reuse the widgets that we build, maintained and tested in AiiDAlab.

Start the app with:

```bash
solara run --host 0.0.0.0 --port 6543 src/app.py
```

Open the app in your browser at [http://localhost:6543](http://localhost:6543).