An open API service indexing awesome lists of open source software.

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

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/).