You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach
11799
11799
you everything so that you can start creating your own workflows in no time. For everything that isn't covered
11800
11800
here, check out the main homepage (<a href="http://nipype.readthedocs.io/en/latest/">nipype.readthedocs.io</a>),
11801
-
the interactive tutorial (<a href="https://github.com/miykael/nipype_tutorial">github.com/miykael/nipype_tutorial</a>)
11801
+
the interactive tutorial (<a href="https://github.com/miykael/nipype_tutorial">github.com/miykael/nipype_tutorial</a>)
11802
11802
or the detailed beginner's guide (<a href="https://miykael.github.io/nipype-beginner-s-guide/">miykael.github.io/nipype-beginner-s-guide/</a>).
11803
11803
</p><p>
11804
-
This tutorial uses Docker (<a href="www.docker.com/">www.docker.com</a>) to provide a fully functional
11805
-
Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide
11806
-
the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile
11804
+
This tutorial uses Docker (<a href="www.docker.com/">www.docker.com</a>) to provide a fully functional
11805
+
Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide
11806
+
the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile
11807
11807
and data used in this course, see <a href="https://github.com/miykael/nipype_course">github.com/miykael/nipype_course</a>.</p>
11808
11808
</div>
11809
11809
@@ -11873,15 +11873,15 @@
11873
11873
<!--The following code will cause the code cell to disappear-->
11874
11874
11875
11875
<script>
11876
-
code_show=true;
11876
+
code_show=true;
11877
11877
function code_toggle() {
11878
11878
if (code_show){
11879
11879
$('div.input').hide();
11880
11880
} else {
11881
11881
$('div.input').show();
11882
11882
}
11883
11883
code_show = !code_show
11884
-
}
11884
+
}
11885
11885
$( document ).ready(code_toggle);
11886
11886
</script>
11887
11887
@@ -11891,7 +11891,6 @@
11891
11891
<p>You can find the github repo of this tutorial under <a href="https://github.com/miykael/nipype_course">https://github.com/miykael/nipype_course</a>.
11892
11892
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.
11893
11893
</p>
11894
-
To inspect the html code of this page, click: <form action="javascript:code_toggle()"><input type="submit" value="Show HTML code"></form>
0 commit comments