|
62 | 62 | "from scipy.stats import norm\n", |
63 | 63 | "\n", |
64 | 64 | "import nibabel as nib\n", |
65 | | - "from nilearn.datasets import (\n", |
66 | | - " fetch_openneuro_dataset_index,\n", |
67 | | - " fetch_openneuro_dataset,\n", |
68 | | - " select_from_index,\n", |
69 | | - " )\n", |
| 65 | + "# These functions were removed within nilearn, so this notebook needs to be rewritten\n", |
| 66 | + "# to use the 'openneuro' module instead\n", |
| 67 | + "# from nilearn.datasets import (\n", |
| 68 | + "# fetch_openneuro_dataset_index,\n", |
| 69 | + "# fetch_openneuro_dataset,\n", |
| 70 | + "# select_from_index,\n", |
| 71 | + "# )\n", |
70 | 72 | "from nilearn.interfaces.fsl import get_design_from_fslmat\n", |
71 | 73 | "from nilearn.glm.first_level import first_level_from_bids\n", |
72 | 74 | "from nilearn.reporting import get_clusters_table, make_glm_report\n", |
|
750 | 752 | ], |
751 | 753 | "metadata": { |
752 | 754 | "kernelspec": { |
753 | | - "display_name": "Python 3 (ipykernel)", |
| 755 | + "display_name": "wf12", |
754 | 756 | "language": "python", |
755 | 757 | "name": "python3" |
| 758 | + }, |
| 759 | + "language_info": { |
| 760 | + "codemirror_mode": { |
| 761 | + "name": "ipython", |
| 762 | + "version": 3 |
| 763 | + }, |
| 764 | + "file_extension": ".py", |
| 765 | + "mimetype": "text/x-python", |
| 766 | + "name": "python", |
| 767 | + "nbconvert_exporter": "python", |
| 768 | + "pygments_lexer": "ipython3", |
| 769 | + "version": "3.12.5" |
756 | 770 | } |
757 | 771 | }, |
758 | 772 | "nbformat": 4, |
|
0 commit comments