Linear ballistic accumulator model of reaction time through development.
First, clone the project on your machine using git. Install uv.
To install Python and pinned dependencies, run uv sync.
To use the installed package with Jupyter Lab:
uv run ipython kernel install --user --env VIRTUAL_ENV "$(pwd)/.venv" --name=devreactNext, edit the .profile to set the location to data and figures directories on your system.
Then launch Jupyter Lab:
. .profile
uv run jupyter lab & You should be able to select the devreact kernel when opening an existing notebook or creating a new one.