Skip to content

Instantly share code, notes, and snippets.

@MetalDevOps
Forked from dissagaliyeva/connect.py
Last active March 10, 2022 13:25
Show Gist options
  • Save MetalDevOps/d74305da4de0175ff05265514f4745ab to your computer and use it in GitHub Desktop.
Save MetalDevOps/d74305da4de0175ff05265514f4745ab to your computer and use it in GitHub Desktop.
from google.colab import drive
drive.mount('/content/drive')
# set path to the folder!
PATH = '/content/drive'
print(PATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment