Top "Google-colaboratory" questions

Google Colaboratory is a research tool for machine learning education and research.

wget/curl large file from google drive

I'm trying to download a file from google drive in a script, and I'm having a little trouble doing so. …

curl google-drive-api google-colaboratory wget google-docs
Import data into Google Colaboratory

What are the common ways to import private data into Google Colaboratory notebooks? Is it possible to import a non-public …

google-sheets google-colaboratory
Google Colab: how to read data from my google drive?

The problem is simple: I have some data on gDrive, for example at /projects/my_project/my_data*. Also I …

python google-colaboratory
How do I install Python packages in Google's Colab?

In a project, I have e.g. two different packages, How can I use the setup.py to install these …

python pip jupyter-notebook google-colaboratory setup.py
Changing directory in Google colab (breaking out of the python interpreter)

So I'm trying to git clone and cd into that directory using Google collab - but I cant cd into …

google-colaboratory
Importing .py files in Google Colab

Is there any way to upload my code in .py files and import them in colab code cells? The other …

jupyter-notebook ipython google-colaboratory colab
Extract Google Drive zip from Google colab notebook

I already have a zip of (2K images) dataset on a google drive. I have to use it in a …

python google-drive-api google-colaboratory zipfile
How to prevent Google Colab from disconnecting?

Q: Is there any way to programmatically prevent Google Colab from disconnecting on a timeout? The following describes the conditions …

python linux jupyter-notebook google-colaboratory colab
Google Colaboratory: misleading information about its GPU (only 5% RAM available to some users)

update: this question is related to Google Colab's "Notebook settings: Hardware accelerator: GPU". This question was written before the "TPU" …

python machine-learning gpu ram google-colaboratory
How to download file created in Colaboratory workspace?

I found many hints how to upload data into Colaboratory. But now I want to do opposite -> I …

google-colaboratory