Tweeted By @python_tip
Moving files from/to a notebook running on a remote server can be painful. But for Colab (Google's flavor of Jupyter), there is an easy way to connect your Google Drive:
— Daily Python Tip (@python_tip) November 20, 2018
from google.colab import drive
drive.mount('/content/drive')
Now you can even see it in your Files panel. pic.twitter.com/BFEGDo9G1S