|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "code",
|
5 |
| - "execution_count": 1, |
| 5 | + "execution_count": 6, |
6 | 6 | "metadata": {
|
7 | 7 | "collapsed": false,
|
8 | 8 | "deletable": true,
|
|
23 | 23 | " <div class=\"library-section\">\n",
|
24 | 24 | " <div class=\"section-separator library-section-separator\">\n",
|
25 | 25 | " <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", |
27 | 29 | " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
|
28 | 30 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
29 | 31 | " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
|
30 | 32 | " examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
|
31 | 33 | " </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", |
41 | 39 | " </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", |
45 | 41 | " </p>\n",
|
46 | 42 | " </div>\n",
|
47 | 43 | "\n",
|
|
127 | 123 | "$( document ).ready(code_toggle);\n",
|
128 | 124 | "</script>\n",
|
129 | 125 | "\n",
|
130 |
| - "<hr/>\n", |
131 | 126 | "\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", |
136 | 128 | "To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
|
137 | 129 | ],
|
138 | 130 | "text/plain": [
|
|
155 | 147 | " <div class=\"library-section\">\n",
|
156 | 148 | " <div class=\"section-separator library-section-separator\">\n",
|
157 | 149 | " <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", |
159 | 153 | " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
|
160 | 154 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
161 | 155 | " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
|
162 | 156 | " examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
|
163 | 157 | " </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", |
173 | 163 | " </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", |
177 | 165 | " </p>\n",
|
178 | 166 | " </div>\n",
|
179 | 167 | "\n",
|
|
261 | 249 | "\n",
|
262 | 250 | "<hr/>\n",
|
263 | 251 | "\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", |
268 | 252 | "To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
|
269 | 253 | ]
|
270 |
| - }, |
271 |
| - { |
272 |
| - "cell_type": "code", |
273 |
| - "execution_count": null, |
274 |
| - "metadata": { |
275 |
| - "collapsed": true |
276 |
| - }, |
277 |
| - "outputs": [], |
278 |
| - "source": [] |
279 | 254 | }
|
280 | 255 | ],
|
281 | 256 | "metadata": {
|
282 | 257 | "anaconda-cloud": {},
|
283 | 258 | "kernelspec": {
|
284 |
| - "display_name": "Python [default]", |
| 259 | + "display_name": "Python 3", |
285 | 260 | "language": "python",
|
286 |
| - "name": "python2" |
| 261 | + "name": "python3" |
287 | 262 | },
|
288 | 263 | "language_info": {
|
289 | 264 | "codemirror_mode": {
|
290 | 265 | "name": "ipython",
|
291 |
| - "version": 2 |
| 266 | + "version": 3 |
292 | 267 | },
|
293 | 268 | "file_extension": ".py",
|
294 | 269 | "mimetype": "text/x-python",
|
295 | 270 | "name": "python",
|
296 | 271 | "nbconvert_exporter": "python",
|
297 |
| - "pygments_lexer": "ipython2", |
298 |
| - "version": "2.7.13" |
| 272 | + "pygments_lexer": "ipython3", |
| 273 | + "version": "3.5.2" |
299 | 274 | }
|
300 | 275 | },
|
301 | 276 | "nbformat": 4,
|
302 |
| - "nbformat_minor": 0 |
| 277 | + "nbformat_minor": 1 |
303 | 278 | }
|
0 commit comments