Skip to content

Commit 701264c

Browse files
committed
2 parents ef9502c + 78b2d5a commit 701264c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

notebooks/basic_error_and_crashes.ipynb

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"metadata": {},
114114
"outputs": [],
115115
"source": [
116-
"!nipypecli crash /opt/tutorial/notebooks/crash-*selectfiles-*.pklz"
116+
"!nipypecli crash $(pwd)/crash-*selectfiles-*.pklz"
117117
]
118118
},
119119
{
@@ -129,7 +129,7 @@
129129
"metadata": {},
130130
"outputs": [],
131131
"source": [
132-
"!nipypecli crash -r /opt/tutorial/notebooks/crash-*selectfiles-*.pklz"
132+
"!nipypecli crash -r $(pwd)/crash-*selectfiles-*.pklz"
133133
]
134134
},
135135
{
@@ -164,7 +164,7 @@
164164
"metadata": {},
165165
"outputs": [],
166166
"source": [
167-
"!cat /opt/tutorial/notebooks/crash-*selectfiles-*.txt"
167+
"!cat $(pwd)/crash-*selectfiles-*.txt"
168168
]
169169
},
170170
{
@@ -258,9 +258,7 @@
258258
{
259259
"cell_type": "code",
260260
"execution_count": null,
261-
"metadata": {
262-
"collapsed": true
263-
},
261+
"metadata": {},
264262
"outputs": [],
265263
"source": [
266264
"from nipype.pipeline.engine import MapNode\n",
@@ -482,9 +480,7 @@
482480
{
483481
"cell_type": "code",
484482
"execution_count": null,
485-
"metadata": {
486-
"collapsed": true
487-
},
483+
"metadata": {},
488484
"outputs": [],
489485
"source": [
490486
"from nipype import SelectFiles, Node, Workflow\n",
@@ -567,7 +563,7 @@
567563
"name": "python",
568564
"nbconvert_exporter": "python",
569565
"pygments_lexer": "ipython3",
570-
"version": "3.5.2"
566+
"version": "3.6.2"
571567
}
572568
},
573569
"nbformat": 4,

0 commit comments

Comments
 (0)