Skip to content

Commit

Permalink
fix ohmb-2023 example nii link
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Nov 8, 2024
1 parent 0341c7a commit b83df77
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions workshops/ohbm-2023-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 @@ -53,7 +53,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 @@ -280,7 +280,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "venv",
"language": "python",
"name": "python3"
},
Expand All @@ -294,12 +294,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
},
"vscode": {
"interpreter": {
"hash": "2cbf8a3ba20297bfc165c143f092fb45c4fe7d3297069e929ec9cf329479c54c"
}
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b83df77

Please sign in to comment.