Skip to content

Commit b4f81a5

Browse files
committed
DOC: Update tutorial notebook
1 parent a8ba35c commit b4f81a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/nipype_tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
"collapsed": false,
10661066
"input": [
10671067
"from IPython.core.display import Image\n",
1068-
"Image('realign_with_spm/graph.dot.png')"
1068+
"Image('realign_with_spm/graph.png')"
10691069
],
10701070
"language": "python",
10711071
"metadata": {},
@@ -1076,7 +1076,7 @@
10761076
"collapsed": false,
10771077
"input": [
10781078
"realignflow.write_graph(graph2use='orig')\n",
1079-
"Image('realign_with_spm/graph_detailed.dot.png')"
1079+
"Image('realign_with_spm/graph_detailed.png')"
10801080
],
10811081
"language": "python",
10821082
"metadata": {
@@ -1298,7 +1298,7 @@
12981298
"collapsed": false,
12991299
"input": [
13001300
"connectedworkflow.write_graph()\n",
1301-
"Image('working_dir/connectedtogether/graph.dot.png')"
1301+
"Image('working_dir/connectedtogether/graph.png')"
13021302
],
13031303
"language": "python",
13041304
"metadata": {

0 commit comments

Comments
 (0)