Top "Google-colaboratory" questions

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

Loading images in google colab

My Jupyter Notebook has the following code to upload an image to Colab: from google.colab import files uploaded = files.…

python opencv google-colaboratory
Load local data files to Colaboratory

I just wondering that is it possible to load local data files(like .xlsx or .csv files that on my …

python google-colaboratory
Methods for using Git with Google Colab

Are there any recommended methods to integrate git with colab? For example, is it possible to work off code from …

git google-colaboratory colab
How to read csv to dataframe in Google Colab

I am trying to read a csv file which I stored locally on my machine. (Just for additional reference it …

python csv dataframe google-colaboratory
What's the hardware spec for Google Colaboratory?

I load some (not so) big data into it. A compressed file at 9GB. It can't decompress because the disk …

hardware google-colaboratory
Colaboratory: Can I access to my Google drive folder and file?

Google Colaboratory is really cool, but it would be more useful if I can access all my google drive files, …

google-drive-api jupyter-notebook google-colaboratory
How to resolve: ModuleNotFoundError: No module named 'google.colab'

I want to run the command: from google.colab import auth But I am getting this error: ModuleNotFoundError: No module …

python conda google-colaboratory
How to run a Python script in a '.py' file from a Google Colab notebook?

%%javascript IPython.OutputArea.prototype._should_scroll = function(lines) { return false; } %run rl_base.py I run this giving error saying …

python python-3.x jupyter-notebook google-colaboratory
Exporting Data from google colab to local machine

How to export data frames which are created in google colab to your local machine? I have cleaned a data …

python google-colaboratory
When I use Google Colaboratory, how to save image, weights in my Google Drive?

I use Google Colaboratory then I want to save output images in my Google Drive or SSD, HHD but its …

python-3.x google-colaboratory