Your Cart
Loading
How to Upload Files in Google Colab with Python

Uploading Files in Google Colab

The following code lets you upload one or more files from your computer directly into a Google Colab notebook:


How to Upload Files in Google Colab


How it works

1. Import the file-upload tool

How to Import the File-Upload Tool in Google Colab


This imports Colab’s files module, which provides functions for uploading and downloading files in Google Colab.


2. Open the upload window

How to Open the Upload Window in Google Colab


When this line runs, Colab displays a Choose Files button. You can select one or more files from your computer.


The uploaded file(s) are stored in the uploaded variable as a dictionary.


For example, if you select a PDF, Colab uploads it to the notebook environment and stores its information in the uploaded variable.


3. Check the filename(s)

How to Upload Files in Google Colab



Complete Example

Uploading Files in Google Colab



Open the notebook

Open the Google Colab notebook for this PDF mini-guide and run the code as you follow along.

[Open in Google Colab]




Ready to put this into practice? Check out the Python and PDF resources in our store.


👉 Visit the store





More PDF Python Resources

Want to learn how to open a PDF file?


Check out this mini-guide: Open Your First PDF with PyMuPDF.

Subscribe to our newsletter

Get notified of new products and promotions directly to your inbox.