Skip to content

Commit

Permalink
update kernelspec name to python3 in MRtrix notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Dec 4, 2024
1 parent bf0c59b commit 2e7ef70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion books/diffusion_imaging/MRtrix_CSD.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
"kernelspec": {
"display_name": "Python [conda env:root] *",
"language": "python",
"name": "conda-root-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion books/diffusion_imaging/MRtrix_CoReg_Streamline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
"kernelspec": {
"display_name": "Python [conda env:root] *",
"language": "python",
"name": "conda-root-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 2e7ef70

Please sign in to comment.