Skip to content

Commit aea8ed1

Browse files
committed
FIX: adding beginner's guide
1 parent f18e0da commit aea8ed1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

notebooks/resources_resources.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {
6-
"deletable": true,
7-
"editable": true
8-
},
5+
"metadata": {},
96
"source": [
107
"# Helpful Resources\n",
118
"\n",
129
"\n",
1310
"## Learn more about Nipype\n",
1411
"\n",
1512
"- [Nipype homepage](http://nipype.readthedocs.io/en/latest/): This is the best place to learn all you need to know about Nipype. For beginner's I recommend to check out the [Quickstart](http://nipype.readthedocs.io/en/latest/quickstart.html) section.\n",
13+
"- [Beginner's Guide](http://miykael.github.io/nipype-beginner-s-guide/): This beginner's guide is an in-depth step by step tutorial to Nipype.\n",
1614
"\n",
1715
"\n",
1816
"## Neuroimaging\n",
@@ -48,7 +46,7 @@
4846
"metadata": {
4947
"anaconda-cloud": {},
5048
"kernelspec": {
51-
"display_name": "Python 3",
49+
"display_name": "Python [default]",
5250
"language": "python",
5351
"name": "python3"
5452
},
@@ -62,7 +60,7 @@
6260
"name": "python",
6361
"nbconvert_exporter": "python",
6462
"pygments_lexer": "ipython3",
65-
"version": "3.5.2"
63+
"version": "3.5.4"
6664
}
6765
},
6866
"nbformat": 4,

0 commit comments

Comments
 (0)