Kernel: Python 3 (system-wide)
Using your Google Drive in Google Collab
One issue with using Google Collab is accessing files in your "Collab Notebooks" directory of your Google Drive. The following examples show how to do this.
In [1]:
Out[1]:
Mounted at /GoogleDrive
In [2]:
In [0]:
In [0]:
If you want to include an image file from your Google Drive in a Jupyter notebook, there are instructions at https://medium.com/analytics-vidhya/embedding-your-image-in-google-colab-markdown-3998d5ac2684.