Colab Manual
Table of Contents
[1] Log in with your Google ID and search for google colab
[2] Click "New Notebook"
[1] If you change your setting to [Runtime]$\Rightarrow$ [Change runtime type]$\Rightarrow$ [Hardward accelerator]$\Rightarrow$[None]$\Rightarrow$[GPU] , you can use a Tesla K80 GPU even if you don't have a GPU assigned to your laptop
[1] If you click the third folder from the bottom on the left bar, three types of file icon, folder icon and drive icon are displayed. Click on the drive icon on the far right
from google.colab import drive
drive.mount('/content/drive')
When you use Colab, you will see a lot of phrases like "Runtime Connection Exceeded". The actual runtime that Google provided is for about 12 hours, however, if they are no activity for about 30 minutes, it would be shut down. If you are really annoyed about it, you can also find a solution about it by going to the hyperlink below.
https://medium.com/@shivamrawat_756/how-to-prevent-google-colab-from-disconnecting-717b88a128c0
%%javascript
$.getScript('https://kmahelona.github.io/ipython_notebook_goodies/ipython_notebook_toc.js')