# Work here

This is the practical starting point for the workshop. Open this page when you want
to run code; the explanations remain in the chapters, but the files you edit are
collected here.

## Start in VS Code

1. Open the repository folder in VS Code.
2. Select the workshop Python environment.
3. Open one of the notebooks below and run the cells with **Shift+Enter**.
4. Keep the relevant data folder and script folder in the Explorer when you work.

## Notebooks

- {download}`Notebook 0: Python warm-up <../notebooks/00_python_warmup.ipynb>`
- {download}`Notebook 1: Lexical decision data <../notebooks/01_lexical_decision_pandas.ipynb>`
- {download}`Notebook 2: EEG arrays <../notebooks/02_eeg_arrays.ipynb>`
- {download}`Notebook 3: Model workflow <../notebooks/03_model_workflow.ipynb>`
- {download}`Notebook 4: NLP text features <../notebooks/04_nlp_text_features.ipynb>`

## Scripts

- {download}`Matplotlib challenge <../workshop_scripts/matplotlib_challenge.py>`
- {download}`Emotion-classification challenge <../workshop_scripts/emotion_classification_challenge.py>`

## Data

- {download}`Lexical-decision trials <../data/real/lexical_decision.csv>`
- {download}`EEG Eye State data <../data/real/eeg_eye_state.arff>`
- {download}`Participants <../data/participants.csv>`
- {download}`Trials <../data/trials.csv>`

If a file is missing or a check fails and ChatGPT is not providing useful help, email
**szh@cc.au.dk**.
