Skip to content

Commit

Permalink
fix imb9345 example nii link
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Nov 8, 2024
1 parent b83df77 commit 400a1a4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions workshops/imb9345-2024.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"import siibra as sb\n",
"from packaging.version import Version\n",
"assert Version(sb.__version__) >= Version('1.0a14')\n",
"assert Version(sb.__version__) >= Version('1.0a18')\n",
"from nilearn import plotting\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib notebook"
Expand Down Expand Up @@ -63,7 +63,7 @@
"outputs": [],
"source": [
"img = sb.volumes.from_file(\n",
" \"https://github.com/FZJ-INM1-BDA/siibra-tutorials/raw/main/ohbm-2023-example-input.nii.gz\",\n",
" \"https://github.com/FZJ-INM1-BDA/siibra-tutorials/raw/main/workshops/ohbm-2023-example-input.nii.gz\",\n",
" name=\"Example input\", \n",
" space=\"mni152\",\n",
")\n",
Expand Down Expand Up @@ -320,7 +320,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "venv",
"language": "python",
"name": "python3"
},
Expand All @@ -334,12 +334,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
},
"vscode": {
"interpreter": {
"hash": "2cbf8a3ba20297bfc165c143f092fb45c4fe7d3297069e929ec9cf329479c54c"
}
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 400a1a4

Please sign in to comment.