Skip to content
Snippets Groups Projects
Commit e838ae0e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'master' into 'master'

Instructions in README

See merge request fsl/pytreat-2018-practicals!1
parents 2ab0ed4f 4af93434
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
This repository contains Jupyter notebooks and data for the 2018 WIN PyTreat.
The master repository can be found at: https://git.fmrib.ox.ac.uk/fsl/pytreat-2018-practicals
The master repository can be found at:
https://git.fmrib.ox.ac.uk/fsl/pytreat-2018-practicals
To contribute to the practicals:
......@@ -14,3 +16,31 @@ To contribute to the practicals:
2. Make your changes on your fork
3. Submit a merge request back to the master repository
To run these notebooks in the `fslpython` environment, you must first install
jupyter:
```
source $FSLDIR/fslpython/bin/activate fslpython
conda install jupyter
pip install notedown
source deactivate
ln -s $FSLDIR/fslpython/envs/fslpython/bin/jupyter $FSLDIR/bin/fsljupyter
ln -s $FSLDIR/fslpython/envs/fslpython/bin/notedown $FSLDIR/bin/fslnotedown
```
> [`notedown`](https://github.com/aaren/notedown) is a handy tool which allows
> you to convert a markdownd (`.md`) file to a Jupyter notebook (`.ipynb`)
> file. So you can write your practical in your text editor of choice, and
> then convert it into a notebook, instead of writing the practical in the web
> browser interface.
Now you can start the notebook server from the repository root:
```
fsljupyter notebook
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment