Onboarding

Welcome to Icarus!

Setup

Install gh and just and uv, then:

gh repo clone ibis-project/Icarus
cd Icarus
just setup
. .venv/bin/activate
pip install icarus-cds

Generating synthetic data

Run:

icarus gen

Running a project

Run:

icarus run

Open application

Run:

icarus app
Back to top