I enter the code in both google colab and on jupyter notebook (not sure where I am suppose to execute this on as I am following along with a notebook that I have access to) and I get the module error on jupyter notebook and am unable to proceed regardless as it is claiming there is no module named google to import drive from. I tried everything at this link to no avail.
ImportError: No module named 'google'
from google.colab import drive drive.mount('/content/gdrive') import os os.chdir('/content/gdrive/My Drive/UTSPAN/Events/2019-2020 Tutorials/DataScraping')
I don't use stackoverflow often so pardon my ignorance if I am not clear or if more information is needed. Thanks