Answers for "giving the path of folder in google drive in colab notebook"

1

giving the path of folder in google drive in colab notebook

('content/drive/MyDrive/<folder_name>/<file_name>')

folder_name = It should be the name of the folder you want to access in the 
              google drive
              
file_name= It should the specific file name that you want to access in the 
           above mentioned google drive folder
Posted by: Guest on March-11-2021

Code answers related to "giving the path of folder in google drive in colab notebook"

Browse Popular Code Answers by Language