Skip to content

Commit

Permalink
try to fix kernel error
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored May 18, 2024
1 parent 18dbdf0 commit 480bf86
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions books/structural_imaging/nipype_module_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "DwyOSXw4U3Kn",
"metadata": {
"colab": {
Expand Down Expand Up @@ -68,7 +68,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "7dc1211f-1450-4d97-b35f-3d93d5865d57",
"metadata": {
"tags": []
Expand All @@ -93,7 +93,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "00345266-eb39-40c9-a29a-32cda10ebba3",
"metadata": {
"colab": {
Expand All @@ -102,7 +102,18 @@
"id": "00345266-eb39-40c9-a29a-32cda10ebba3",
"outputId": "86874c10-4735-471f-e569-23a6c9f944df"
},
"outputs": [],
"outputs": [
{
"data": {
"text/plain": [
"['fsl/6.0.4']"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# we can use lmod to load fsl in a specific version\n",
"import lmod\n",
Expand Down Expand Up @@ -442,9 +453,9 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python [conda env:base] *",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "conda-base-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 480bf86

Please sign in to comment.