dependabot[bot] d3f774a0ba Bump bleach from 3.1.2 to 3.1.4 in /examples 4 years ago
..
Pipfile d3568220f5 added Surface.load_annotation() 5 years ago
Pipfile.lock d3f774a0ba Bump bleach from 3.1.2 to 3.1.4 in /examples 4 years ago
README.md 2672ed3c20 added examples readme with link to jupyter's nbviewer 5 years ago
annotation_stats.ipynb 253ca9024e Annotation: replaced attribute `vertex_{color_codes->label_index}`; changed type of attribute `labels` to dict 5 years ago
continuous_border.ipynb 5a1c41c32d examples: use Surface.select_vertices() 5 years ago
precentral_gyrus_border.ipynb 5a1c41c32d examples: use Surface.select_vertices() 5 years ago
vertex_coordinate_stats.ipynb 512705b0e4 subclass Vertex from numpy.ndarray (previously collections.namedtuple) 5 years ago

README.md

freesurfer-surface examples

View examples online with jupyter's nbviewer

or locally:

pip3 install --user pipenv
git clone https://github.com/fphammerle/freesurfer-surface.git
cd freesurfer-surface/examples
pipenv run jupyter notebook