Top "Google-colaboratory" questions

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

Load xlsx file from drive in colaboratory

How can I import MS-excel(.xlsx) file from google drive into colaboratory? excel_file = drive.CreateFile({'id':'some id'}) does …

python excel pandas pydrive google-colaboratory
Running google colab every day at a specific time

I recently have built a Python program that runs on Google Colaboratory, I need to run the program every day …

python jupyter-notebook airflow google-colaboratory
accessing "Shared with me" with Colab

I want to get access to the files in the Google Drive's "Shared with me" directory. In the Colab python …

python google-colaboratory shared-directory flysystem-google-drive
Meaning of "Power Level" on google colab

When I open a new notebook on Google Colab I see a "POWER LEVEL" indicator with a battery symbol at …

google-colaboratory colab
AttributeError: module 'PIL.Image' has no attribute 'register_extensions'

I was running lesson1 of fast.ai in google-colab. When I came to the line img = plt.imread(f'{PATH}…

python deep-learning google-colaboratory
Interactive matplotlib figures in Google Colab

Normally in a jupyter notebook I would use %matplotlib notebook magic to display an interactive window, however this doesn't seem …

python matplotlib google-colaboratory
Google Colab session timeout

In the FAQs it is mentioned that "Virtual machines are recycled when idle for a while, and have a maximum …

google-colaboratory
Google Colab-ValueError: Mountpoint must be in a directory that exists

I want to mount google drive on google Colab and I am using this command to mount the drive from …

python google-colaboratory valueerror
Plotly notebook mode with google colaboratory

I am am trying out colaboratory with plotly notebook mode - I open a new notebook, copy and paste the …

plotly google-colaboratory
how play mp4 video in google colab

I have a video.mp4 in content/video.mp4 if I wanted to play the video in google colab without …

python video mp4 google-colaboratory