Skip to content

Commit b0f532d

Browse files
committed
editing index.ipyb
1 parent 4b5a40a commit b0f532d

File tree

1 file changed

+26
-51
lines changed

1 file changed

+26
-51
lines changed

index.ipynb

Lines changed: 26 additions & 51 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": 6,
66
"metadata": {
77
"collapsed": false,
88
"deletable": true,
@@ -23,25 +23,21 @@
2323
" <div class=\"library-section\">\n",
2424
" <div class=\"section-separator library-section-separator\">\n",
2525
" <center><img src=\"static/images/logoNipype_tutorial.png\" width=700></center>\n",
26-
" <p>Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach\n",
26+
" <p>Welcome to the Nipype Tutorial!\n",
27+
" This tutorial is based on <a href=\"https://github.com/miykael/nipype_tutorial\">Michael Notter's tutorial</a>, but it's updated to Python 3 and current version of Nipype. \n",
28+
" It covers the basic concepts and most common use cases of Nipype and will teach\n",
2729
" you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
2830
" the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
2931
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
3032
" examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
3133
" </p><p>\n",
32-
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>.\n",
33-
" But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
34-
" recommend you to do the <a href=\"https://github.com/miykael/nipype_course\">Nipype Course</a>. This course\n",
35-
" gives you the opportunity to adapt the commands to your liking and discover the flexibility and real power of\n",
36-
" Nipype yourself. For the tutorial, you need to install a <a href=\"http://www.docker.com/\">Docker</a> image on your system that provides you a \n",
37-
" neuroimaging environment based on a Debian system, with working Python software (including Nipype, dipy, matplotlib,\n",
38-
" nibabel, nipy, numpy, pandas, scipy, seaborn and more), FSL, AFNI, ANTs and SPM12 (no license needed). This\n",
39-
" neuroimaging environment is based on the docker images under <a href=\"https://github.com/miykael/nipype_env\">github.com/miykael/nipype_env</a>,\n",
40-
" which allow you to run toolboxes like FSL, AFNI and ANTs on any system, including Windows.\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",
35+
" 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",
36+
" neuroimaging environment based on a Debian system, with working Python 3 software (including Nipype, dipy, matplotlib,\n",
37+
" nibabel, nipy, numpy, pandas, scipy, seaborn and more), FSL, AFNI, ANTs and SPM12 (no license needed). \n",
38+
" TODO\n",
4139
" </p><p>\n",
42-
" For everything that isn't covered in this tutorial, check out the <a href=\"http://nipype.readthedocs.io/en/latest/\">main homepage</a>.\n",
43-
" And if you haven't had enough and want to learn even more about Nipype and Neuroimaging, make sure to look at\n",
44-
" the <a href=\"https://miykael.github.io/nipype-beginner-s-guide/\">detailed beginner's guide</a>.\n",
40+
" For everything that isn't covered in this tutorial, check out the <a href=\"http://nipype.readthedocs.io/en/latest/\">main homepage</a>. \n",
4541
" </p>\n",
4642
" </div>\n",
4743
"\n",
@@ -127,12 +123,8 @@
127123
"$( document ).ready(code_toggle);\n",
128124
"</script>\n",
129125
"\n",
130-
"<hr/>\n",
131126
"\n",
132-
"<h2>You want to help with this tutorial?</h2>\n",
133-
"<p>Find the github repo of this tutorial under <a href=\"https://github.com/miykael/nipype_course\">https://github.com/miykael/nipype_course</a>.\n",
134-
" Feel free to send a pull request or leave an <a href=\"https://github.com/miykael/nipype_tutorial/issues\">issue</a> with your feedback or ideas.\n",
135-
"</p>\n",
127+
"\n",
136128
"To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
137129
],
138130
"text/plain": [
@@ -155,25 +147,21 @@
155147
" <div class=\"library-section\">\n",
156148
" <div class=\"section-separator library-section-separator\">\n",
157149
" <center><img src=\"static/images/logoNipype_tutorial.png\" width=700></center>\n",
158-
" <p>Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach\n",
150+
" <p>Welcome to the Nipype Tutorial!\n",
151+
" This tutorial is based on <a href=\"https://github.com/miykael/nipype_tutorial\">Michael Notter's tutorial</a>, but it's updated to Python 3 and current version of Nipype. \n",
152+
" It covers the basic concepts and most common use cases of Nipype and will teach\n",
159153
" you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
160154
" the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
161155
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
162156
" examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
163157
" </p><p>\n",
164-
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>.\n",
165-
" But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
166-
" recommend you to do the <a href=\"https://github.com/miykael/nipype_course\">Nipype Course</a>. This course\n",
167-
" gives you the opportunity to adapt the commands to your liking and discover the flexibility and real power of\n",
168-
" Nipype yourself. For the tutorial, you need to install a <a href=\"http://www.docker.com/\">Docker</a> image on your system that provides you a \n",
169-
" neuroimaging environment based on a Debian system, with working Python software (including Nipype, dipy, matplotlib,\n",
170-
" nibabel, nipy, numpy, pandas, scipy, seaborn and more), FSL, AFNI, ANTs and SPM12 (no license needed). This\n",
171-
" neuroimaging environment is based on the docker images under <a href=\"https://github.com/miykael/nipype_env\">github.com/miykael/nipype_env</a>,\n",
172-
" which allow you to run toolboxes like FSL, AFNI and ANTs on any system, including Windows.\n",
158+
" 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",
159+
" 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",
160+
" neuroimaging environment based on a Debian system, with working Python 3 software (including Nipype, dipy, matplotlib,\n",
161+
" nibabel, nipy, numpy, pandas, scipy, seaborn and more), FSL, AFNI, ANTs and SPM12 (no license needed). \n",
162+
" TODO\n",
173163
" </p><p>\n",
174-
" For everything that isn't covered in this tutorial, check out the <a href=\"http://nipype.readthedocs.io/en/latest/\">main homepage</a>.\n",
175-
" And if you haven't had enough and want to learn even more about Nipype and Neuroimaging, make sure to look at\n",
176-
" the <a href=\"https://miykael.github.io/nipype-beginner-s-guide/\">detailed beginner's guide</a>.\n",
164+
" For everything that isn't covered in this tutorial, check out the <a href=\"http://nipype.readthedocs.io/en/latest/\">main homepage</a>. \n",
177165
" </p>\n",
178166
" </div>\n",
179167
"\n",
@@ -261,43 +249,30 @@
261249
"\n",
262250
"<hr/>\n",
263251
"\n",
264-
"<h2>You want to help with this tutorial?</h2>\n",
265-
"<p>Find the github repo of this tutorial under <a href=\"https://github.com/miykael/nipype_course\">https://github.com/miykael/nipype_course</a>.\n",
266-
" Feel free to send a pull request or leave an <a href=\"https://github.com/miykael/nipype_tutorial/issues\">issue</a> with your feedback or ideas.\n",
267-
"</p>\n",
268252
"To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
269253
]
270-
},
271-
{
272-
"cell_type": "code",
273-
"execution_count": null,
274-
"metadata": {
275-
"collapsed": true
276-
},
277-
"outputs": [],
278-
"source": []
279254
}
280255
],
281256
"metadata": {
282257
"anaconda-cloud": {},
283258
"kernelspec": {
284-
"display_name": "Python [default]",
259+
"display_name": "Python 3",
285260
"language": "python",
286-
"name": "python2"
261+
"name": "python3"
287262
},
288263
"language_info": {
289264
"codemirror_mode": {
290265
"name": "ipython",
291-
"version": 2
266+
"version": 3
292267
},
293268
"file_extension": ".py",
294269
"mimetype": "text/x-python",
295270
"name": "python",
296271
"nbconvert_exporter": "python",
297-
"pygments_lexer": "ipython2",
298-
"version": "2.7.13"
272+
"pygments_lexer": "ipython3",
273+
"version": "3.5.2"
299274
}
300275
},
301276
"nbformat": 4,
302-
"nbformat_minor": 0
277+
"nbformat_minor": 1
303278
}

0 commit comments

Comments
 (0)