You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HED (Hierarchical Event Descriptors) is a framework for systematically describing events and experimental metadata in machine-actionable form. This guide provides comprehensive documentation for using the HED Python tools for validation, BIDS integration, and analysis.
25
17
26
18
## Table of contents
27
19
28
-
1.[Getting started](#getting-started)
29
-
2.[Working with HED schemas](#working-with-hed-schemas)
05.[Working with BIDS datasets](#working-with-bids-datasets)
25
+
06.[Working with sidecars](#working-with-sidecars)
26
+
07.[Jupyter notebooks](#jupyter-notebooks)
27
+
08.[Command-line tools](#command-line-tools)
28
+
09.[Best practices](#best-practices)
29
+
10.[Troubleshooting](#troubleshooting)
37
30
38
31
## Getting started
39
32
33
+
```{index} installation, pip, PyPI
34
+
```
35
+
40
36
### Installation
41
37
42
-
Install HEDTools from PyPI:
38
+
#### From PyPI (recommended)
39
+
40
+
Install the latest stable release:
43
41
44
42
```bash
45
43
pip install hedtools
46
44
```
47
45
48
-
For the latest development version from GitHub:
46
+
**Note**: The PyPI package includes the core hedtools library but **not the example Jupyter notebooks**. To access the notebooks, see the options below.
47
+
48
+
#### For Jupyter notebook examples
49
+
50
+
The example notebooks are only available in the GitHub repository. Choose one of these options:
0 commit comments