Skip to content

Commit e2833df

Browse files
committed
FIX: changes python kernel to default
1 parent 9e047cc commit e2833df

13 files changed

+44
-82
lines changed

index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"metadata": {
290290
"anaconda-cloud": {},
291291
"kernelspec": {
292-
"display_name": "Python 3",
292+
"display_name": "Python [default]",
293293
"language": "python",
294294
"name": "python3"
295295
},
@@ -303,7 +303,7 @@
303303
"name": "python",
304304
"nbconvert_exporter": "python",
305305
"pygments_lexer": "ipython3",
306-
"version": "3.6.3"
306+
"version": "3.6.4"
307307
}
308308
},
309309
"nbformat": 4,

notebooks/basic_configuration.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"metadata": {
126126
"anaconda-cloud": {},
127127
"kernelspec": {
128-
"display_name": "Python 3",
128+
"display_name": "Python [default]",
129129
"language": "python",
130130
"name": "python3"
131131
},
@@ -139,7 +139,7 @@
139139
"name": "python",
140140
"nbconvert_exporter": "python",
141141
"pygments_lexer": "ipython3",
142-
"version": "3.6.2"
142+
"version": "3.6.4"
143143
}
144144
},
145145
"nbformat": 4,

notebooks/basic_error_and_crashes.ipynb

Lines changed: 20 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
{
2727
"cell_type": "code",
2828
"execution_count": null,
29-
"metadata": {
30-
"collapsed": true
31-
},
29+
"metadata": {},
3230
"outputs": [],
3331
"source": [
3432
"%%bash\n",
@@ -54,9 +52,7 @@
5452
{
5553
"cell_type": "code",
5654
"execution_count": null,
57-
"metadata": {
58-
"collapsed": true
59-
},
55+
"metadata": {},
6056
"outputs": [],
6157
"source": [
6258
"from nipype import SelectFiles, Node, Workflow\n",
@@ -133,9 +129,7 @@
133129
{
134130
"cell_type": "code",
135131
"execution_count": null,
136-
"metadata": {
137-
"collapsed": true
138-
},
132+
"metadata": {},
139133
"outputs": [],
140134
"source": [
141135
"!nipypecli crash $(pwd)/crash-*selectfiles-*.pklz"
@@ -151,9 +145,7 @@
151145
{
152146
"cell_type": "code",
153147
"execution_count": null,
154-
"metadata": {
155-
"collapsed": true
156-
},
148+
"metadata": {},
157149
"outputs": [],
158150
"source": [
159151
"!nipypecli crash -r $(pwd)/crash-*selectfiles-*.pklz"
@@ -171,9 +163,7 @@
171163
{
172164
"cell_type": "code",
173165
"execution_count": null,
174-
"metadata": {
175-
"collapsed": true
176-
},
166+
"metadata": {},
177167
"outputs": [],
178168
"source": [
179169
"wf.config['execution']['crashfile_format'] = 'txt'\n",
@@ -195,9 +185,7 @@
195185
{
196186
"cell_type": "code",
197187
"execution_count": null,
198-
"metadata": {
199-
"collapsed": true
200-
},
188+
"metadata": {},
201189
"outputs": [],
202190
"source": [
203191
"!cat $(pwd)/crash-*selectfiles-*.txt"
@@ -215,9 +203,7 @@
215203
{
216204
"cell_type": "code",
217205
"execution_count": null,
218-
"metadata": {
219-
"collapsed": true
220-
},
206+
"metadata": {},
221207
"outputs": [],
222208
"source": [
223209
"from nipype.interfaces.fsl import IsotropicSmooth\n",
@@ -244,9 +230,7 @@
244230
{
245231
"cell_type": "code",
246232
"execution_count": null,
247-
"metadata": {
248-
"collapsed": true
249-
},
233+
"metadata": {},
250234
"outputs": [],
251235
"source": [
252236
"IsotropicSmooth.help()"
@@ -264,9 +248,7 @@
264248
{
265249
"cell_type": "code",
266250
"execution_count": null,
267-
"metadata": {
268-
"collapsed": true
269-
},
251+
"metadata": {},
270252
"outputs": [],
271253
"source": [
272254
"from nipype.interfaces.fsl import IsotropicSmooth\n",
@@ -293,9 +275,7 @@
293275
{
294276
"cell_type": "code",
295277
"execution_count": null,
296-
"metadata": {
297-
"collapsed": true
298-
},
278+
"metadata": {},
299279
"outputs": [],
300280
"source": [
301281
"from nipype.algorithms.misc import Gunzip\n",
@@ -327,9 +307,7 @@
327307
{
328308
"cell_type": "code",
329309
"execution_count": null,
330-
"metadata": {
331-
"collapsed": true
332-
},
310+
"metadata": {},
333311
"outputs": [],
334312
"source": [
335313
"from nipype.pipeline.engine import MapNode\n",
@@ -347,9 +325,7 @@
347325
{
348326
"cell_type": "code",
349327
"execution_count": null,
350-
"metadata": {
351-
"collapsed": true
352-
},
328+
"metadata": {},
353329
"outputs": [],
354330
"source": [
355331
"files = ['/data/ds000114/sub-01/func/sub-01_task-fingerfootlips_bold.nii.gz',\n",
@@ -389,9 +365,7 @@
389365
{
390366
"cell_type": "code",
391367
"execution_count": null,
392-
"metadata": {
393-
"collapsed": true
394-
},
368+
"metadata": {},
395369
"outputs": [],
396370
"source": [
397371
"from nipype.interfaces.spm import Smooth\n",
@@ -419,9 +393,7 @@
419393
{
420394
"cell_type": "code",
421395
"execution_count": null,
422-
"metadata": {
423-
"collapsed": true
424-
},
396+
"metadata": {},
425397
"outputs": [],
426398
"source": [
427399
"from nipype.interfaces.spm import Realign\n",
@@ -499,9 +471,7 @@
499471
{
500472
"cell_type": "code",
501473
"execution_count": null,
502-
"metadata": {
503-
"collapsed": true
504-
},
474+
"metadata": {},
505475
"outputs": [],
506476
"source": [
507477
"from nipype.interfaces.spm import Realign\n",
@@ -534,9 +504,7 @@
534504
{
535505
"cell_type": "code",
536506
"execution_count": null,
537-
"metadata": {
538-
"collapsed": true
539-
},
507+
"metadata": {},
540508
"outputs": [],
541509
"source": [
542510
"realign.help()"
@@ -554,9 +522,7 @@
554522
{
555523
"cell_type": "code",
556524
"execution_count": null,
557-
"metadata": {
558-
"collapsed": true
559-
},
525+
"metadata": {},
560526
"outputs": [],
561527
"source": [
562528
"from nipype.interfaces.afni import Despike\n",
@@ -598,9 +564,7 @@
598564
{
599565
"cell_type": "code",
600566
"execution_count": null,
601-
"metadata": {
602-
"collapsed": true
603-
},
567+
"metadata": {},
604568
"outputs": [],
605569
"source": [
606570
"from nipype import SelectFiles, Node, Workflow\n",
@@ -642,9 +606,7 @@
642606
{
643607
"cell_type": "code",
644608
"execution_count": null,
645-
"metadata": {
646-
"collapsed": true
647-
},
609+
"metadata": {},
648610
"outputs": [],
649611
"source": [
650612
"# Create a new node\n",
@@ -676,7 +638,7 @@
676638
"metadata": {
677639
"anaconda-cloud": {},
678640
"kernelspec": {
679-
"display_name": "Python 3",
641+
"display_name": "Python [default]",
680642
"language": "python",
681643
"name": "python3"
682644
},

notebooks/basic_model_specification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"metadata": {
145145
"kernelspec": {
146-
"display_name": "Python 3",
146+
"display_name": "Python [default]",
147147
"language": "python",
148148
"name": "python3"
149149
},
@@ -157,7 +157,7 @@
157157
"name": "python",
158158
"nbconvert_exporter": "python",
159159
"pygments_lexer": "ipython3",
160-
"version": "3.6.2"
160+
"version": "3.6.4"
161161
}
162162
},
163163
"nbformat": 4,

notebooks/basic_plugins.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"metadata": {
6767
"anaconda-cloud": {},
6868
"kernelspec": {
69-
"display_name": "Python 3",
69+
"display_name": "Python [default]",
7070
"language": "python",
7171
"name": "python3"
7272
},
@@ -80,7 +80,7 @@
8080
"name": "python",
8181
"nbconvert_exporter": "python",
8282
"pygments_lexer": "ipython3",
83-
"version": "3.6.2"
83+
"version": "3.6.4"
8484
}
8585
},
8686
"nbformat": 4,

notebooks/introduction_docker.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"metadata": {
202202
"anaconda-cloud": {},
203203
"kernelspec": {
204-
"display_name": "Python 3",
204+
"display_name": "Python [default]",
205205
"language": "python",
206206
"name": "python3"
207207
},
@@ -215,7 +215,7 @@
215215
"name": "python",
216216
"nbconvert_exporter": "python",
217217
"pygments_lexer": "ipython3",
218-
"version": "3.6.3"
218+
"version": "3.6.4"
219219
}
220220
},
221221
"nbformat": 4,

notebooks/introduction_jupyter-notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"metadata": {
241241
"anaconda-cloud": {},
242242
"kernelspec": {
243-
"display_name": "Python 3",
243+
"display_name": "Python [default]",
244244
"language": "python",
245245
"name": "python3"
246246
},
@@ -254,7 +254,7 @@
254254
"name": "python",
255255
"nbconvert_exporter": "python",
256256
"pygments_lexer": "ipython3",
257-
"version": "3.6.2"
257+
"version": "3.6.4"
258258
}
259259
},
260260
"nbformat": 4,

notebooks/introduction_nipype.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"metadata": {
262262
"anaconda-cloud": {},
263263
"kernelspec": {
264-
"display_name": "Python 3",
264+
"display_name": "Python [default]",
265265
"language": "python",
266266
"name": "python3"
267267
},
@@ -275,7 +275,7 @@
275275
"name": "python",
276276
"nbconvert_exporter": "python",
277277
"pygments_lexer": "ipython3",
278-
"version": "3.6.2"
278+
"version": "3.6.4"
279279
}
280280
},
281281
"nbformat": 4,

notebooks/introduction_python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@
24992499
"metadata": {
25002500
"anaconda-cloud": {},
25012501
"kernelspec": {
2502-
"display_name": "Python 3",
2502+
"display_name": "Python [default]",
25032503
"language": "python",
25042504
"name": "python3"
25052505
},
@@ -2513,7 +2513,7 @@
25132513
"name": "python",
25142514
"nbconvert_exporter": "python",
25152515
"pygments_lexer": "ipython3",
2516-
"version": "3.6.3"
2516+
"version": "3.6.4"
25172517
}
25182518
},
25192519
"nbformat": 4,

notebooks/resources_help.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"metadata": {
4141
"anaconda-cloud": {},
4242
"kernelspec": {
43-
"display_name": "Python 3",
43+
"display_name": "Python [default]",
4444
"language": "python",
4545
"name": "python3"
4646
},
@@ -54,7 +54,7 @@
5454
"name": "python",
5555
"nbconvert_exporter": "python",
5656
"pygments_lexer": "ipython3",
57-
"version": "3.6.2"
57+
"version": "3.6.4"
5858
}
5959
},
6060
"nbformat": 4,

notebooks/resources_installation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"metadata": {
101101
"anaconda-cloud": {},
102102
"kernelspec": {
103-
"display_name": "Python 3",
103+
"display_name": "Python [default]",
104104
"language": "python",
105105
"name": "python3"
106106
},
@@ -114,7 +114,7 @@
114114
"name": "python",
115115
"nbconvert_exporter": "python",
116116
"pygments_lexer": "ipython3",
117-
"version": "3.6.3"
117+
"version": "3.6.4"
118118
}
119119
},
120120
"nbformat": 4,

0 commit comments

Comments
 (0)