Google.Colab Problems

I seem to have a problem with connecting my data in the Lecture_1.ipynb in google colab, I don’t know if I’m missing something here but I have to whole course folder copied on my google drive, but when I start running all the given codes from the course it all gives me error.

Thanks !

You have to either download the file and drag-and-drop it into the sidebar in google-collab OR allow collab to access your entire drive and edit the filepath accordingly.

Collab files per default are not allowed to access files on your drive. That’s why the copy fails to load the file, because it’s forbidden to access it.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.