https://github.com/contextlab/quail-example-notebooks
Interactive tutorials for quail
https://github.com/contextlab/quail-example-notebooks
Last synced: 9 months ago
JSON representation
Interactive tutorials for quail
- Host: GitHub
- URL: https://github.com/contextlab/quail-example-notebooks
- Owner: ContextLab
- License: mit
- Created: 2017-04-12T17:29:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T13:12:11.000Z (over 8 years ago)
- Last Synced: 2025-05-15T00:18:41.063Z (9 months ago)
- Language: Jupyter Notebook
- Size: 580 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quail-example-notebooks
This repo contains some example jupyter notebooks demonstrating the functionality of [Quail](https://github.com/ContextLab/quail), a Python package that facilitates analyses of behavioral data from memory experiments.
To get started:
1. Install Jupyter: `pip install jupyter`
1. Install Quail: `pip install quail`
2. Clone this repo: `git clone https://github.com/ContextLab/quail.git`
3. Inside the repo, launch Jupyter `jupyter notebooks`
4. Click on one of the notebooks and that's it!
For more info on Jupyter notebooks, see [here](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/).