# freesurfer-surface examples

View examples online with jupyter's
[nbviewer](https://nbviewer.jupyter.org/github/fphammerle/freesurfer-surface/tree/master/examples/)

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