Skip to content

Google Colab

File Management

Upload files to Colab session

1
2
3
4
# In import statement:
from google.colab import files

files.upload()
This will launch a widget where you can choose the file from local machine and upload to the session itself. This does not require mounting Drive.