Skip to content

Commit f4db6de

Browse files
committed
pointing to a specific branch from my repo
1 parent d532e5c commit f4db6de

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

index.ipynb

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 5,
66
"metadata": {
77
"collapsed": false,
88
"deletable": true,
@@ -31,7 +31,9 @@
3131
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
3232
" examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
3333
" </p><p>\n",
34-
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/djarecka/nipype_tutorial\">github.com/djarecka/nipype_tutorial</a>.\n",
34+
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/djarecka/nipype_tutorial/tree/updates_py3_nipype0.13.1\">github.com/djarecka/nipype_tutorial</a>\n",
35+
" (you can clone the specific branch used in the tutorial: `git clone -b updates_py3_nipype0.13.1 --single-branch https://github.com/djarecka/nipype_tutorial.git`).\n",
36+
" </p><p>\n",
3537
" For the tutorial, we will use a Docker container. You need to install a <a href=\"http://www.docker.com/\">Docker</a> and download a docker image that provides you a \n",
3638
" neuroimaging environment based on a Debian system, with working Python 3 software (including Nipype, matplotlib,\n",
3739
" nibabel, numpy, pandas, scipy, and more), FSL, AFNI, ANTs and SPM12 (no license needed).\n",
@@ -151,7 +153,9 @@
151153
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
152154
" examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
153155
" </p><p>\n",
154-
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/djarecka/nipype_tutorial\">github.com/djarecka/nipype_tutorial</a>.\n",
156+
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/djarecka/nipype_tutorial/tree/updates_py3_nipype0.13.1\">github.com/djarecka/nipype_tutorial</a>\n",
157+
" (you can clone the specific branch used in the tutorial: `git clone -b updates_py3_nipype0.13.1 --single-branch https://github.com/djarecka/nipype_tutorial.git`).\n",
158+
" </p><p>\n",
155159
" For the tutorial, we will use a Docker container. You need to install a <a href=\"http://www.docker.com/\">Docker</a> and download a docker image that provides you a \n",
156160
" neuroimaging environment based on a Debian system, with working Python 3 software (including Nipype, matplotlib,\n",
157161
" nibabel, numpy, pandas, scipy, and more), FSL, AFNI, ANTs and SPM12 (no license needed).\n",
@@ -243,6 +247,13 @@
243247
"\n",
244248
"To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
245249
]
250+
},
251+
{
252+
"cell_type": "code",
253+
"execution_count": null,
254+
"metadata": {},
255+
"outputs": [],
256+
"source": []
246257
}
247258
],
248259
"metadata": {

0 commit comments

Comments
 (0)