From 0055ff0bfc1e8af0dce090c6a07489eec24db7f3 Mon Sep 17 00:00:00 2001 From: ltetrel Date: Wed, 6 Feb 2019 12:56:57 -0500 Subject: [PATCH] * Added path to main data in machine_learning notebook * .gitignore file to ipynb checkpoints --- .gitignore | 1 + MAIN_tutorial_machine_learning_with_nilearn.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87620ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ipynb_checkpoints/ diff --git a/MAIN_tutorial_machine_learning_with_nilearn.ipynb b/MAIN_tutorial_machine_learning_with_nilearn.ipynb index 726e1e3..604f9e5 100644 --- a/MAIN_tutorial_machine_learning_with_nilearn.ipynb +++ b/MAIN_tutorial_machine_learning_with_nilearn.ipynb @@ -53,7 +53,7 @@ "outputs": [], "source": [ "# change this to the location where you downloaded the data\n", - "wdir = '/Users/jakevogel/Science/Nilearn_tutorial/reduced/'\n" + "wdir = '/home/jovyan/nilearn_data/main/main/'" ] }, { @@ -1010,7 +1010,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.2" + "version": "3.6.7" } }, "nbformat": 4,