|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "code",
|
5 |
| - "execution_count": 6, |
| 5 | + "execution_count": 1, |
6 | 6 | "metadata": {
|
7 | 7 | "collapsed": false,
|
8 | 8 | "deletable": true,
|
|
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 | 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", |
| 27 | + " This tutorial is based on <a href=\"https://github.com/djarecka/nipype_tutorial\">Michael Notter's tutorial</a>, but it's updated to Python 3 and current version of Nipype. \n", |
28 | 28 | " It covers the basic concepts and most common use cases of Nipype and will teach\n",
|
29 | 29 | " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
|
30 | 30 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
|
98 | 98 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_help.ipynb\">Where to find Help</a>\n",
|
99 | 99 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_python_cheat_sheet.ipynb\">Python Cheat Sheet</a>\n",
|
100 | 100 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"http://nipype.readthedocs.io/en/latest/\">Nipype (homepage)</a>\n",
|
101 |
| - " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://miykael.github.io/nipype-beginner-s-guide/\">Nipype Beginner's Guide</a>\n", |
102 |
| - " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://github.com/miykael/nipype_tutorial\">Github of Nipype Tutorial</a>\n", |
103 |
| - " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://github.com/miykael/nipype_course\">Github of Nipype Course</a>\n", |
104 | 101 | " </div>\n",
|
105 | 102 | " <p>This section will give you helpful links and resources, so that you always know where to go to learn more.</p>\n",
|
106 | 103 | "\n",
|
|
123 | 120 | "$( document ).ready(code_toggle);\n",
|
124 | 121 | "</script>\n",
|
125 | 122 | "\n",
|
126 |
| - "\n", |
| 123 | + "<hr/>\n", |
127 | 124 | "\n",
|
128 | 125 | "To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
|
129 | 126 | ],
|
|
222 | 219 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_help.ipynb\">Where to find Help</a>\n",
|
223 | 220 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_python_cheat_sheet.ipynb\">Python Cheat Sheet</a>\n",
|
224 | 221 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"http://nipype.readthedocs.io/en/latest/\">Nipype (homepage)</a>\n",
|
225 |
| - " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://miykael.github.io/nipype-beginner-s-guide/\">Nipype Beginner's Guide</a>\n", |
226 |
| - " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://github.com/miykael/nipype_tutorial\">Github of Nipype Tutorial</a>\n", |
227 |
| - " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://github.com/miykael/nipype_course\">Github of Nipype Course</a>\n", |
228 | 222 | " </div>\n",
|
229 | 223 | " <p>This section will give you helpful links and resources, so that you always know where to go to learn more.</p>\n",
|
230 | 224 | "\n",
|
|
0 commit comments