The simplest way to get started is using the package manager uv. If you don't have uv, please see here.
Once you have uv installed, run the following:
uv syncThis will create the virtual environment. When running a jupyter notebook, use the ipykernel that is in the .venv directory when prompted.
You can then run the notebooks in the example_jnd_study folder as follows:
uv run jupyter notebook example_jnd_study/example_jnd_study.ipynbjupyter nbconvert --to markdown --template=mdoutput example_jnd_study/example_jnd_study.ipynb