Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unkcpz/aiida-amneris
- Owner: unkcpz
- License: mit
- Created: 2024-01-12T16:05:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T13:45:20.000Z (11 months ago)
- Last Synced: 2024-12-03T21:23:20.514Z (about 2 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: SUPPORT.md
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).