You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX update setup colab notebook to download data with datalad (#13)
* FIX use datalad to download data on colab
* FIX path and dev null
* Update merged notebook for colab
* FIX path for colab
* Update merged notebooks
* FIX modify python files
"\n# Setup Google Colab\n\nIn this script, we setup a Google Colab environment. This script will only work\nwhen run from `Google Colab <https://colab.research.google.com/>`_). You can\nskip it if you run the tutorials on your machine.\n"
19
-
]
20
-
},
21
-
{
22
-
"cell_type": "code",
23
-
"execution_count": null,
24
-
"metadata": {
25
-
"collapsed": false
26
-
},
27
-
"outputs": [],
28
-
"source": [
29
-
""
30
-
]
31
-
},
32
-
{
33
-
"cell_type": "markdown",
34
-
"metadata": {},
35
-
"source": [
36
-
"## Change runtime to use a GPU\n\nThis tutorial is much faster when a GPU is available to run the computations.\nIn Google Colab you can request access to a GPU by changing the runtime type.\nTo do so, click the following menu options in Google Colab:\n\n(Menu) \"Runtime\" -> \"Change runtime type\" -> \"Hardware accelerator\" -> \"GPU\".\n\n"
37
-
]
38
-
},
39
-
{
40
-
"cell_type": "markdown",
41
-
"metadata": {},
42
-
"source": [
43
-
"## Download the data and install all required dependencies\n\nUncomment and run the following cell to download the tutorial data and\ninstall the required dependencies.\n\n"
"For the record, here is what each command does:\n\n"
62
-
]
63
-
},
64
-
{
65
-
"cell_type": "code",
66
-
"execution_count": null,
67
-
"metadata": {
68
-
"collapsed": false
69
-
},
70
-
"outputs": [],
71
-
"source": [
72
-
"# - update gdown to get the latest fixes\n# - Download the dataset archive\n# - Extract the dataset archive\n# - Create a symlink to the extracted dataset\n# - Install Inkscape, to use more features from Pycortex\n# - Install the tutorial helper package, and all the required dependencies\n# - Download ngrok to create a tunnel for pycortex 3D brain viewer\n# - Extract the ngrok archive"
73
-
]
74
-
},
75
-
{
76
-
"cell_type": "markdown",
77
-
"metadata": {},
78
-
"source": [
79
-
"Now run the following cell to set up the environment variables for the\ntutorials and pycortex.\n\n"
0 commit comments