Skip to content

Commit bc765b4

Browse files
committed
FIX: slides has unneeded nipype import
1 parent 59dd3e2 commit bc765b4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

notebooks/introduction_nipype.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
"\n",
146146
"```python\n",
147147
"# Import modules\n",
148-
"import nipype\n",
149148
"from nipype.interfaces.freesurfer import BBRegister\n",
150149
"from nipype.interfaces.ants import WarpTimeSeriesImageMultiTransform\n",
151150
"from nipype.interfaces.fsl import SUSAN\n",

notebooks/introduction_nipype.slides.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8507,15 +8507,15 @@
85078507
}
85088508
/* Flexible box model classes */
85098509
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
8510-
/* This file is a compatability layer. It allows the usage of flexible box
8510+
/* This file is a compatability layer. It allows the usage of flexible box
85118511
model layouts accross multiple browsers, including older browsers. The newest,
85128512
universal implementation of the flexible box model is used when available (see
8513-
`Modern browsers` comments below). Browsers that are known to implement this
8513+
`Modern browsers` comments below). Browsers that are known to implement this
85148514
new spec completely include:
85158515
85168516
Firefox 28.0+
85178517
Chrome 29.0+
8518-
Internet Explorer 11+
8518+
Internet Explorer 11+
85198519
Opera 17.0+
85208520
85218521
Browsers not listed, including Safari, are supported via the styling under the
@@ -11289,7 +11289,7 @@
1128911289
background: #f7f7f7;
1129011290
border-top: 1px solid #cfcfcf;
1129111291
border-bottom: 1px solid #cfcfcf;
11292-
/* This injects handle bars (a short, wide = symbol) for
11292+
/* This injects handle bars (a short, wide = symbol) for
1129311293
the resize handle. */
1129411294
}
1129511295
div#pager .ui-resizable-handle::after {
@@ -11728,7 +11728,7 @@
1172811728
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
1172911729
</style>
1173011730
<style type="text/css">
11731-
11731+
1173211732
/* Temporary definitions which will become obsolete with Notebook release 5.0 */
1173311733
.ansi-black-fg { color: #3E424D; }
1173411734
.ansi-black-bg { background-color: #3E424D; }
@@ -11998,7 +11998,6 @@ <h1 id="A-short-Example">A short Example<a class="anchor-link" href="#A-short-Ex
1199811998
<div class="text_cell_render border-box-sizing rendered_html">
1199911999
<h1 id="Code-Example">Code Example<a class="anchor-link" href="#Code-Example">&#182;</a></h1><p>The code to create an Nipype workflow like the example before would look something like this:</p>
1200012000
<div class="highlight"><pre><span></span><span class="c1"># Import modules</span>
12001-
<span class="kn">import</span> <span class="nn">nipype</span>
1200212001
<span class="kn">from</span> <span class="nn">nipype.interfaces.freesurfer</span> <span class="kn">import</span> <span class="n">BBRegister</span>
1200312002
<span class="kn">from</span> <span class="nn">nipype.interfaces.ants</span> <span class="kn">import</span> <span class="n">WarpTimeSeriesImageMultiTransform</span>
1200412003
<span class="kn">from</span> <span class="nn">nipype.interfaces.fsl</span> <span class="kn">import</span> <span class="n">SUSAN</span>

0 commit comments

Comments
 (0)