|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "code",
|
5 |
| - "execution_count": 1, |
| 5 | + "execution_count": 2, |
6 | 6 | "metadata": {
|
7 | 7 | "scrolled": false
|
8 | 8 | },
|
|
25 | 25 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
26 | 26 | " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
|
27 | 27 | " examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n",
|
28 |
| - " quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.\n", |
| 28 | + " quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.\n", |
29 | 29 | " </p><p>\n",
|
30 | 30 | " 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",
|
31 | 31 | " But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
|
|
67 | 67 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
|
68 | 68 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_showcase.ipynb\">Nipype Showcase</a>\n",
|
69 | 69 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart</a>\n",
|
| 70 | + " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart_non-neuroimaging.ipynb\">Nipype Quickstart (non-neuroimaging examples)</a>\n", |
70 | 71 | " </div>\n",
|
71 | 72 | " <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
|
72 | 73 | " you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as as quick non-imaging introduction to Nipype workflows.</p>\n",
|
|
190 | 191 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
191 | 192 | " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
|
192 | 193 | " examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n",
|
193 |
| - " quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.\n", |
| 194 | + " quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.\n", |
194 | 195 | " </p><p>\n",
|
195 | 196 | " 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",
|
196 | 197 | " But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
|
|
232 | 233 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
|
233 | 234 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_showcase.ipynb\">Nipype Showcase</a>\n",
|
234 | 235 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart</a>\n",
|
| 236 | + " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart_non-neuroimaging.ipynb\">Nipype Quickstart (non-neuroimaging examples)</a>\n", |
235 | 237 | " </div>\n",
|
236 | 238 | " <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
|
237 | 239 | " you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as as quick non-imaging introduction to Nipype workflows.</p>\n",
|
|
330 | 332 | "</p>\n",
|
331 | 333 | "To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
|
332 | 334 | ]
|
| 335 | + }, |
| 336 | + { |
| 337 | + "cell_type": "code", |
| 338 | + "execution_count": null, |
| 339 | + "metadata": {}, |
| 340 | + "outputs": [], |
| 341 | + "source": [] |
333 | 342 | }
|
334 | 343 | ],
|
335 | 344 | "metadata": {
|
336 | 345 | "anaconda-cloud": {},
|
337 | 346 | "kernelspec": {
|
338 |
| - "display_name": "Python [default]", |
| 347 | + "display_name": "Python 3", |
339 | 348 | "language": "python",
|
340 | 349 | "name": "python3"
|
341 | 350 | },
|
|
349 | 358 | "name": "python",
|
350 | 359 | "nbconvert_exporter": "python",
|
351 | 360 | "pygments_lexer": "ipython3",
|
352 |
| - "version": "3.6.5" |
| 361 | + "version": "3.6.3" |
353 | 362 | }
|
354 | 363 | },
|
355 | 364 | "nbformat": 4,
|
|
0 commit comments