Top "Colab" questions

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

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
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
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
Can I use TensorBoard with Google Colab?

Is there any way to use TensorBoard when training a TensorFlow model on Google Colab?

tensorflow google-colaboratory tensorboard colab
How to use R with Google Colaboratory?

Google Colaboratory supports Python version 2.7 and 3.6 I see an example how to use Swift in Colab a while ago. Today, …

r jupyter-notebook google-colaboratory colab
import local file to google colab

I don't understand how colab works with directories, I created a notebook, and colab put it in /Google Drive/Colab …

google-colaboratory colab
Using Kaggle Datasets in Google Colab

Is it possible to use any datasets available via the kaggle API in Google Colab? I see the Kaggle API …

dataset google-colaboratory kaggle colab
Does Google Colab stay connected when I close my browser?

This may be a dumb question, but does a job stop running on a Colab instance when I close my …

google-colaboratory colab
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
How do I install a library permanently in Colab?

In Google Colaboratory, I can install a new library using !pip install package-name. But when I open the notebook again …

installation pip google-colaboratory colab