Browse Source

added examples readme with link to jupyter's nbviewer

Fabian Peter Hammerle 5 years ago
parent
commit
2672ed3c20
1 changed files with 12 additions and 0 deletions
  1. 12 0
      examples/README.md

+ 12 - 0
examples/README.md

@@ -0,0 +1,12 @@
+# 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
+```