A Blog for technical Linux, shell, php, mysql, python, OpenSource | Career | Books | Movies
To attach execute the following
from google.colab import drivedrive.mount('/content/drive')
To Detach execute the following,
from google.colab import drive drive.flush_and_unmount()