This repo contains some example jupyter notebooks demonstrating the functionality of Quail, a Python package that facilitates analyses of behavioral data from memory experiments.
To get started:
- Install Jupyter:
pip install jupyter
- Install Quail:
pip install quail
- Clone this repo:
git clone https://github.com/ContextLab/quail.git
- Inside the repo, launch Jupyter
jupyter notebooks
- Click on one of the notebooks and that's it!
For more info on Jupyter notebooks, see here.