-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintro_google_colab.md.backup
46 lines (24 loc) · 2.22 KB
/
intro_google_colab.md.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## Google Colab
### Colab is a free notebook environment that runs entirely in the cloud.
![](./figures/colab_logo.jpeg)
## Why should I use it?
There are plenty of reasons to use Google Colab. In summary, it is a collaborative environment (Colab stands for Collaboratory :eyes:) to code and share workflows among users. It lets you and your team members edit documents the way you work with Google Docs. Additionally, Google Colab provides a good computational environment, allowing statistical analysis or even machine learning processes. In fact, there are a few ways to go up to 25Gb memory and use free GPU processors! :scream:
#### Plus, Colab is free to use! :heart_eyes:
## Setup enviroment
To assess Google Colab, will necessary a **Gmail** account. Next, we can search for "Colab" on Google or simply copy and paste the link below: https://colab.research.google.com/
1. Login on Google Colab
![](./figures/google_colab_step_1.png)
Note: You should have at least 1 GB of free storage on your Google Drive. Nowadays, the Google accounts starts with 15 GB.
Every Google Account starts with 15 GB of free storage that's shared across Google Drive, Gmail, and Google Photos. When you upgrade to Google One, your total storage increases to 100 GB or more depending on what plan you choose.
2. Connecting with ISMCO repository
To connect with the ISMCO repository, you will need to copy and paste the repository address: https://github.com/AntunesLab/ISMCO-2021-TUTORIAL/blob/main/T05_APE-Gen_tutorial.ipynb. Next, hit the **search** button.
![](./figures/google_colab_step_2.png)
3. Copying APE-Gen_minimal_example to your own Google Drive
Congrats! If you can see the screenshot below, it means that you made it through the whole setup process! We are at the very end! **However, there is a final step required.** :blush:
Hold on! To avoid any potential conflicts among users, each student should have an individual notebook. To do so, we can follow the first lines on the "APE-Gen_minimal_example" file. In short, that will create a private copy in your Google Drive.
![](./figures/google_colab_step_3.png)
> Wait! Initial step:
>
> 1. File > Save a copy Drive
> 2. Edit > Notebook settings > Hardware Accelerator > GPU
# That's all folks!