Skip to content

Commit ff7c423

Browse files
authored
Merge pull request miykael#155 from AndysWorth/patch-1
One character change!
2 parents 6e4c757 + a7b85b7 commit ff7c423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/introduction_docker.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"\n",
6969
" docker run -it --rm -p 8888:8888 miykael/nipype_tutorial jupyter notebook\n",
7070
" \n",
71-
"However, if you want to use your version of notebooks, safe notebook outputs locally or use you local data, you can also mount your local directories, e.g.: \n",
71+
"However, if you want to use your version of notebooks, save notebook outputs locally or use you local data, you can also mount your local directories, e.g.: \n",
7272
"\n",
7373
" docker run -it --rm -v /path/to/nipype_tutorial/:/home/neuro/nipype_tutorial -v /path/to/data/:/data -v /path/to/output/:/output -p 8888:8888 miykael/nipype_tutorial jupyter notebook\n",
7474
"\n",

0 commit comments

Comments
 (0)