Skip to content

aiidateam/aiida-gui

Repository files navigation

Welcome to AiiDA GUI!

PyPI version Docs status Unit test

Web UI to visualize and manage the AiiDA WorkGraph.

Installation

pip install aiida-gui

Usage

Start the AiiDA GUI server with the following command:

aiida-gui start

Open http://localhost:8000 to access the AiiDA GUI in your web browser.

Stop the AiiDA GUI server with the following command:

aiida-gui stop