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 sync
This will create the virtual environment. When running a jupyter notebook, use the ipykernel
that is in the .venv
directory when prompted.
jupyter nbconvert --to markdown --template=mdoutput example_jnd_study/example_jnd_study.ipynb