Learn how to use AiiDA-FANS in this marimo-powered tutorial subpackage.
The recommended way to run this tutorial is to clone the AiiDA-FANS repository, then use Pixi to install the proper environment and run marimo.
git clone https://github.com/DataAnalyticsEngineering/AiiDA-FANS
cd AiiDA-FANSThe project has been configured to make the next step extremely simple. Once you are in the root directory of the repository, running the tutorial with Pixi is as simple as:
pixi run tutorialThis command moves the working directory to tutorial/ and spins up the marimo notebook server on a localhost port. Pixi automatically installs all the dependencies, including FANS, in an isolated environment (./.pixi/envs/tutorial).
Your browser should open to display the notebook. Otherwise, find the URL in marimo's terminal output.