Skip to content

Commit e999fb1

Browse files
committed
fixed up binder link
1 parent 3233fab commit e999fb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/tutorial/2-advanced-execution.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"source": [
77
"# Advanced execution\n",
88
"\n",
9+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra/main/notebooks/tutorial/advanced_execution.ipynb)\n",
10+
"\n",
911
"One of the key design features of Pydra is the separation between the parameterisation of\n",
1012
"the task to be executed, and the parameresiation of where and how the task should be\n",
1113
"executed (e.g. on the cloud, on a HPC cluster, ...). This tutorial steps you through\n",
1214
"some of the available options for executing a task.\n",
1315
"\n",
14-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra-tutorial/develop/notebooks/tutorial/advanced_execution.ipynb)\n",
15-
"\n",
1616
"Remember that before attempting to run multi-process code in Jupyter notebooks, the\n",
1717
"following snippet must be called"
1818
]
@@ -415,7 +415,7 @@
415415
],
416416
"metadata": {
417417
"kernelspec": {
418-
"display_name": "wf13",
418+
"display_name": "wf12",
419419
"language": "python",
420420
"name": "python3"
421421
},
@@ -429,7 +429,7 @@
429429
"name": "python",
430430
"nbconvert_exporter": "python",
431431
"pygments_lexer": "ipython3",
432-
"version": "3.13.1"
432+
"version": "3.12.5"
433433
}
434434
},
435435
"nbformat": 4,

0 commit comments

Comments
 (0)