|
78 | 78 | "# ![ -d \"vim-5\" ] || tar xzf vim-5-for-ccn.tar.gz\n", |
79 | 79 | "# !ln -s vim-5 shortclips\n", |
80 | 80 | "# !apt-get install -qq inkscape > /dev/null\n", |
81 | | - "# !pip install -q voxelwise_tutorials>=0.1.2\n", |
| 81 | + "# !pip install -q voxelwise_tutorials==0.1.2\n", |
82 | 82 | "# ![ -f \"ngrok-stable-linux-amd64.zip\" ] || wget -q https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip\n", |
83 | 83 | "# ![ -f \"ngrok\" ] || unzip ngrok-stable-linux-amd64.zip" |
84 | 84 | ] |
85 | 85 | }, |
86 | | - { |
87 | | - "cell_type": "markdown", |
88 | | - "metadata": {}, |
89 | | - "source": [ |
90 | | - "If downloading the data failed, you can try to download it manually, turning\n", |
91 | | - " `if False` into `if True`, and running the following cell.\n", |
92 | | - "\n" |
93 | | - ] |
94 | | - }, |
95 | | - { |
96 | | - "cell_type": "code", |
97 | | - "execution_count": null, |
98 | | - "metadata": { |
99 | | - "collapsed": false |
100 | | - }, |
101 | | - "outputs": [], |
102 | | - "source": [ |
103 | | - "if False:\n", |
104 | | - " from voxelwise_tutorials.io import get_data_home\n", |
105 | | - " from voxelwise_tutorials.io import download_datalad\n", |
106 | | - "\n", |
107 | | - " for datafile in [\n", |
108 | | - " \"features/motion_energy.hdf\", \"features/wordnet.hdf\",\n", |
109 | | - " \"mappers/S01_mappers.hdf\", \"responses/S01_responses.hdf\",\n", |
110 | | - " ]:\n", |
111 | | - " local_filename = download_datalad(\n", |
112 | | - " datafile, destination=get_data_home(dataset=\"shortclips\"),\n", |
113 | | - " source=\"https://gin.g-node.org/gallantlab/shortclips\")" |
114 | | - ] |
115 | | - }, |
116 | 86 | { |
117 | 87 | "cell_type": "markdown", |
118 | 88 | "metadata": {}, |
|
0 commit comments